We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1874b06 commit db91d4dCopy full SHA for db91d4d
src/lazy_static.rs
@@ -21,6 +21,9 @@ use crate::runtime::storage::StorageKey;
21
use crate::sync::Once;
22
use std::marker::PhantomData;
23
24
+#[doc(hidden)]
25
+pub use core::ops::Deref as __Deref;
26
+
27
// `use lazy_static::lazy_static;` is valid, thus `use shuttle::lazy_static::lazy_static;` should be as well.
28
pub use crate::lazy_static;
29
0 commit comments