]> git.bitcoin.ninja Git - rust-lightning/commit
Avoid slices without inner references
authorMatt Corallo <git@bluematt.me>
Thu, 28 Sep 2023 03:05:09 +0000 (03:05 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 14 May 2024 20:46:40 +0000 (20:46 +0000)
commit174fb7a440e6df36639e637311793e2373507e01
tree8896b1277041e0b6ce738ab9040ae3bc792a3d35
parent0897e7fbb42596c9a890d5366b4b0b7df126b760
Avoid slices without inner references

As we cannot express slices without inner references in bindings
wrappers.
lightning/src/blinded_path/mod.rs
lightning/src/ln/channelmanager.rs
lightning/src/routing/gossip.rs
lightning/src/routing/router.rs