Skip to content

Commit 85613b4

Browse files
committed
Exported once_cell::unsync::Lazy in the cache module for easy use.
1 parent 307bfb1 commit 85613b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cache/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ pub(crate) trait Observable {
1515
fn invalidate(&'static self);
1616
}
1717

18+
pub use once_cell::unsync::Lazy;
19+
1820
#[cfg(feature = "macros")]
1921
#[cfg_attr(docsrs, doc(cfg(feature = "macros")))]
2022
pub use reactive_macros::*;

0 commit comments

Comments
 (0)