rust-lightning/lightning
Matt Corallo aa14fe5830 Drop some unnecessary lifetime specifiers in return type definitions
In general, we don't need an explicit lifetime when doing something
like:
fn get_thing(&self) -> &Thing { &self.thing }.

This also makes it easier to reason about what's going on in the
bindings generation.
2020-06-22 13:42:28 -04:00
..
src Drop some unnecessary lifetime specifiers in return type definitions 2020-06-22 13:42:28 -04:00
Cargo.toml Make test output deterministic 2020-06-18 19:28:50 -07:00