Add more `std` prelude items to `crate::prelude`
[rust-lightning] / lightning / src / lib.rs
index 1adf3786b76d48a571665e73e2e8a551276a73f8..29fe76b49adb2ffb8a7e3d7ffc945c6575f06cbf 100644 (file)
@@ -170,6 +170,9 @@ mod prelude {
        pub use alloc::borrow::ToOwned;
        pub use alloc::string::ToString;
 
+       pub use core::convert::{TryFrom, TryInto};
+       pub use core::marker::Sized;
+
        pub(crate) use crate::util::hash_tables::*;
 }