Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rust: elide lifetimes for clippy analysis (#167)
* rust: elide lifetimes for clippy analysis A new version of Rust has made unnecessary lifetime annotations an error for `cargo clippy`. This change removes them, replacing them with a default `'_`. * rust: check in Cargo.lock to avoid version mismatches * rust: use bindgen 0.69.5 This is what `Cargo.lock` is resolving to, so use this directly. * rust: update version of `cargo-deny`
- Loading branch information