1diff --git b/src/untrusted.rs a/src/untrusted.rs 2index 657634a..47c281e 100644 3--- b/src/untrusted.rs 4+++ a/src/untrusted.rs 5@@ -100,6 +100,9 @@ 6 variant_size_differences, 7 warnings 8 )] 9+// ANDROID: This lint is included in warnings and thus forbidden, but this version of the library 10+// is not compatible with it. 11+#![allow(rustdoc::bare_urls)] 12 #![no_std] 13 14 // ANDROID: use std to allow building as a dylib. 15