aboutsummaryrefslogtreecommitdiff
path: root/src/untrusted.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/untrusted.rs')
-rw-r--r--src/untrusted.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/untrusted.rs b/src/untrusted.rs
index a9d7f7b..5071fdd 100644
--- a/src/untrusted.rs
+++ b/src/untrusted.rs
@@ -102,7 +102,7 @@
)]
// ANDROID: This lint is included in warnings and thus forbidden, but this version of the library
// is not compatible with it.
-#![allow(non_autolinks)]
+#![allow(rustdoc::bare_urls)]
#![no_std]
// ANDROID: Unconditionally use std to allow building as a dylib.