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/src | |
| parent | d081fab3bd95b306b432fce38c926db37f7d68b6 (diff) | |
| download | mullvadvpn-6c7cabdd1492399618f0ecc8840b3c3dddfaeb3e.tar.xz mullvadvpn-6c7cabdd1492399618f0ecc8840b3c3dddfaeb3e.zip | |
Add workspace level lints
Diffstat (limited to 'talpid-windows/src')
| -rw-r--r-- | talpid-windows/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
