]> git.bitcoin.ninja Git - rust-lightning/commit
Reduce `feature = std` flags in `gossip.rs` somewhat
authorMatt Corallo <git@bluematt.me>
Sat, 17 Aug 2024 19:43:51 +0000 (19:43 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 21 Aug 2024 14:11:01 +0000 (14:11 +0000)
commit5412784893fe31358e82a451f6c207005437cff4
tree9c7cd804ea168fbc2942ecd6909917efba0bd4ba
parent75a2089c154b3d354eb2d4b715e9cf05a63d8af2
Reduce `feature = std` flags in `gossip.rs` somewhat

Fewer feature flags makes for more readable code, so we opt for
that over very marginally more effecient code here.
lightning/src/routing/gossip.rs