mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 15:36:30 +03:00
remove/push down some unsafe-fn
This commit is contained in:
@@ -27,7 +27,7 @@ macro_rules! progress {
|
||||
}
|
||||
|
||||
// connect
|
||||
pub unsafe fn configure(context: &Context) {
|
||||
pub fn configure(context: &Context) {
|
||||
if context.has_ongoing() {
|
||||
warn!(context, "There is already another ongoing process running.",);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user