Skip to content

Commit 1c83e61

Browse files
committed
Remove note about std/no-std scorer serialization compat
In 81389de we removed a note about mixing the `std` and `no-std` feature when de/serializing `ProbabilisticScorer`s but forgot to note that there was a second copy of that note in the module documentation. This removes that note.
1 parent bbfa15e commit 1c83e61

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lightning/src/routing/scoring.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@
4949
//! # }
5050
//! ```
5151
//!
52-
//! # Note
53-
//!
54-
//! Persisting when built with feature `no-std` and restoring without it, or vice versa, uses
55-
//! different types and thus is undefined.
56-
//!
5752
//! [`find_route`]: crate::routing::router::find_route
5853
5954
use crate::ln::msgs::DecodeError;

0 commit comments

Comments
 (0)