Skip to content

Commit db91d4d

Browse files
committed
Export __Deref in lazy_static
1 parent 1874b06 commit db91d4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lazy_static.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ use crate::runtime::storage::StorageKey;
2121
use crate::sync::Once;
2222
use std::marker::PhantomData;
2323

24+
#[doc(hidden)]
25+
pub use core::ops::Deref as __Deref;
26+
2427
// `use lazy_static::lazy_static;` is valid, thus `use shuttle::lazy_static::lazy_static;` should be as well.
2528
pub use crate::lazy_static;
2629

0 commit comments

Comments
 (0)