rust-lightning/lightning
Matt Corallo 81389dee30 Drop warning about mixing no-std and std ProbabilisticScorers
Now that the serialization format of `no-std` and `std`
`ProbabilisticScorer`s both just use `Duration` since UNIX epoch
and don't care about time except when decaying, we don't need to
warn users to not mix the scorers across `no-std` and `std` flags.

Fixes #2539
2023-12-13 23:26:09 +00:00
..
src Drop warning about mixing no-std and std ProbabilisticScorers 2023-12-13 23:26:09 +00:00
Cargo.toml Depend on libm in no-std for powf(64) 2023-12-13 18:36:40 +00:00