diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2023-07-13 16:21:27 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-01-04 18:06:21 +0100 |
| commit | 6c7cabdd1492399618f0ecc8840b3c3dddfaeb3e (patch) | |
| tree | 1850a137237d86b32acedaa612dd01c7b17b680f /talpid-windows | |
| parent | d081fab3bd95b306b432fce38c926db37f7d68b6 (diff) | |
| download | mullvadvpn-6c7cabdd1492399618f0ecc8840b3c3dddfaeb3e.tar.xz mullvadvpn-6c7cabdd1492399618f0ecc8840b3c3dddfaeb3e.zip | |
Add workspace level lints
Diffstat (limited to 'talpid-windows')
| -rw-r--r-- | talpid-windows/Cargo.toml | 3 | ||||
| -rw-r--r-- | talpid-windows/src/lib.rs | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/talpid-windows/Cargo.toml b/talpid-windows/Cargo.toml index 0a8489879f..15bb5824dc 100644 --- a/talpid-windows/Cargo.toml +++ b/talpid-windows/Cargo.toml @@ -8,6 +8,9 @@ license.workspace = true edition.workspace = true publish.workspace = true +[lints] +workspace = true + [target.'cfg(windows)'.dependencies] err-derive = { workspace = true } socket2 = { version = "0.5.3" } diff --git a/talpid-windows/src/lib.rs b/talpid-windows/src/lib.rs index 755f6b2e30..53fa172ee0 100644 --- a/talpid-windows/src/lib.rs +++ b/talpid-windows/src/lib.rs @@ -1,7 +1,6 @@ //! Interface with low-level Windows-specific bits. #![deny(missing_docs)] -#![deny(rust_2018_idioms)] #![cfg(windows)] /// I/O |
