Commit dd9593a
authored
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`1 parent d3356e4 commit dd9593a
File tree
14 files changed
+470
-13
lines changed- .github/workflows
- rust
- integration-tests
- ittapi-sys
- src
- linux
- macos
- windows
- ittapi/src
14 files changed
+470
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
0 commit comments