aboutsummaryrefslogtreecommitdiff
path: root/patches/std.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/std.diff')
-rw-r--r--patches/std.diff8
1 files changed, 4 insertions, 4 deletions
diff --git a/patches/std.diff b/patches/std.diff
index 4ae8c47..1bc1240 100644
--- a/patches/std.diff
+++ b/patches/std.diff
@@ -1,10 +1,10 @@
diff --git a/src/lib.rs b/src/lib.rs
-index 304b0da..4c70e26 100644
+index 6ec2021..7e46d02 100644
--- a/src/lib.rs
+++ b/src/lib.rs
-@@ -81,6 +81,9 @@
- // mem::take and #[non_exhaustive] requires Rust 1.40
- #![allow(clippy::mem_replace_with_default, clippy::manual_non_exhaustive)]
+@@ -137,6 +137,9 @@ pin-project supports this.
+ clippy::undocumented_unsafe_blocks,
+ )]
+// ANDROID: Use std to allow building as a dylib.
+extern crate std;