Cache the total points tracked in our historical liquidity data
[rust-lightning] / lightning / src / lib.rs
index 548c0d5b1136565601193f60f6104d40186e6dc7..a3dac6acc94f10f76b152ddf681a687bdbf08777 100644 (file)
@@ -38,7 +38,6 @@
 //!     * `max_level_trace`
 
 #![cfg_attr(not(any(test, fuzzing, feature = "_test_utils")), deny(missing_docs))]
-#![cfg_attr(not(any(test, feature = "_test_utils")), forbid(unsafe_code))]
 
 // Prefix these with `rustdoc::` when we update our MSRV to be >= 1.52 to remove warnings.
 #![deny(broken_intra_doc_links)]