Use core replacements for std members
[rust-lightning] / lightning / src / lib.rs
index 9bf9470458f8310f005788769d781b74055fd835..3c09f386753040320c27199086790b022944df26 100644 (file)
@@ -32,6 +32,7 @@
 #[cfg(all(any(test, feature = "_test_utils"), feature = "unstable"))] extern crate test;
 
 extern crate bitcoin;
+extern crate core;
 #[cfg(any(test, feature = "_test_utils"))] extern crate hex;
 #[cfg(any(test, feature = "fuzztarget", feature = "_test_utils"))] extern crate regex;