diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-04-03 12:57:52 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-04-03 12:57:52 +0200 |
| commit | 895646f53d9d3d6098ae23eb2402237f2c92831b (patch) | |
| tree | 1dfa2ef4a43de4e05685ca2ee53f1c8ecdf5d129 /test | |
| parent | a9acdbb0e457878e324a04397ab9113eed118b1d (diff) | |
| parent | 7ca7ceb94d8b6c072b559eee37e856d1e6f87a99 (diff) | |
| download | mullvadvpn-895646f53d9d3d6098ae23eb2402237f2c92831b.tar.xz mullvadvpn-895646f53d9d3d6098ae23eb2402237f2c92831b.zip | |
Merge branch 'lint-against-single-use-lifetimes'
Diffstat (limited to 'test')
| -rw-r--r-- | test/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Cargo.toml b/test/Cargo.toml index d8763a3cc4..4730c72e78 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -30,6 +30,7 @@ explicit_outlives_requirements = "warn" missing_abi = "deny" unused_lifetimes = "warn" unused_macro_rules = "warn" +single_use_lifetimes = "warn" [workspace.lints.clippy] unused_async = "deny" |
