From f86cec484456138933e3f8a27788e89d311e4394 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Sun, 6 Oct 2019 02:11:30 +0300 Subject: [PATCH] Mark moz_autoconfigure as safe --- src/configure/auto_mozilla.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configure/auto_mozilla.rs b/src/configure/auto_mozilla.rs index 1a9a2eeea..cc1fa00d5 100644 --- a/src/configure/auto_mozilla.rs +++ b/src/configure/auto_mozilla.rs @@ -22,7 +22,7 @@ struct moz_autoconfigure_t<'a> { pub tag_config: libc::c_int, } -pub unsafe fn moz_autoconfigure( +pub fn moz_autoconfigure( context: &Context, url: &str, param_in: &LoginParam,