You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
372 B
15 lines
372 B
7 months ago
|
diff --git a/src/untrusted.rs b/src/untrusted.rs
|
||
|
index 2f88bb4..b9f1439 100644
|
||
|
--- a/src/untrusted.rs
|
||
|
+++ b/src/untrusted.rs
|
||
|
@@ -102,6 +102,9 @@
|
||
|
)]
|
||
|
#![no_std]
|
||
|
|
||
|
+// ANDROID: Unconditionally use std to allow building as a dylib.
|
||
|
+extern crate std;
|
||
|
+
|
||
|
/// A wrapper around `&'a [u8]` that helps in writing panic-free code.
|
||
|
///
|
||
|
/// No methods of `Input` will ever panic.
|