Mark moz_autoconfigure as safe

This commit is contained in:
Alexander Krotov
2019-10-06 02:11:30 +03:00
parent cd2e36da92
commit f86cec4844

View File

@@ -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,