diff options
| author | David Lönnhager <david.l@mullvad.net> | 2024-07-25 14:56:30 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2024-07-25 16:30:27 +0200 |
| commit | 0da1615d60ffb231fdcb9574a2ea6ba96521d1e9 (patch) | |
| tree | ad7922e2a36f7a9a877954f73193f67146fe1028 | |
| parent | cdf26548063f26317029995d1c4eaf38a49ca43e (diff) | |
| download | mullvadvpn-0da1615d60ffb231fdcb9574a2ea6ba96521d1e9.tar.xz mullvadvpn-0da1615d60ffb231fdcb9574a2ea6ba96521d1e9.zip | |
Lower priority for lint group
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index a639e1aa34..ac63e1a4ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ members = [ non_ascii_idents = "forbid" # Deny old style Rust -rust_2018_idioms = "deny" +rust_2018_idioms = { level = "deny", priority = -1 } macro_use_extern_crate = "deny" absolute_paths_not_starting_with_crate = "deny" |
