diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-04-02 13:15:05 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-04-03 11:45:33 +0200 |
| commit | 7ca7ceb94d8b6c072b559eee37e856d1e6f87a99 (patch) | |
| tree | 1dfa2ef4a43de4e05685ca2ee53f1c8ecdf5d129 /test | |
| parent | a9acdbb0e457878e324a04397ab9113eed118b1d (diff) | |
| download | mullvadvpn-7ca7ceb94d8b6c072b559eee37e856d1e6f87a99.tar.xz mullvadvpn-7ca7ceb94d8b6c072b559eee37e856d1e6f87a99.zip | |
Enable single-use-lifetimes rustc lint
Removes superfluous lifetime definitions. Simplifying the code
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" |
