aboutsummaryrefslogtreecommitdiff
path: root/patches/std.diff
blob: fcb2329a1ded510e383a8f6c8ebd64854fc9d6d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/lib.rs b/src/lib.rs
index c887e19..0594e8c 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -19,6 +19,8 @@
 #![deny(clippy::all)]
  #![deny(clippy::cargo)]
   
   +extern crate std;
   +
    #[cfg(feature = "alloc")]
     extern crate alloc;