]> git.bitcoin.ninja Git - rust-lightning/commit
Remove note about `std`/`no-std` scorer serialization compat
authorMatt Corallo <git@bluematt.me>
Fri, 16 Aug 2024 20:46:37 +0000 (20:46 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 21 Aug 2024 14:11:01 +0000 (14:11 +0000)
commit1c83e612adcde38f1d92d3e97885ad2793676167
treeec031a9fe62d7078e429d21e327f3d3d296d1c55
parentbbfa15eb18faf4ca67986d7935d179c0526b1881
Remove note about `std`/`no-std` scorer serialization compat

In 81389dee306d960a8030bec5ffa304004148ce85 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.
lightning/src/routing/scoring.rs