diff options
| -rw-r--r-- | desktop/packages/nseventforwarder/nseventforwarder-rs/lib.rs | 1 | ||||
| -rw-r--r-- | mullvad-daemon/src/exception_logging/unix.rs | 1 | ||||
| -rw-r--r-- | windows-installer/src/main.rs | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/desktop/packages/nseventforwarder/nseventforwarder-rs/lib.rs b/desktop/packages/nseventforwarder/nseventforwarder-rs/lib.rs index 09c7271e5a..152019828e 100644 --- a/desktop/packages/nseventforwarder/nseventforwarder-rs/lib.rs +++ b/desktop/packages/nseventforwarder/nseventforwarder-rs/lib.rs @@ -1,6 +1,5 @@ //! Forward [NSEvent]s from macOS to node. #![cfg(target_os = "macos")] -#![warn(clippy::undocumented_unsafe_blocks)] use std::ptr::NonNull; use std::sync::{mpsc, Arc, Mutex}; diff --git a/mullvad-daemon/src/exception_logging/unix.rs b/mullvad-daemon/src/exception_logging/unix.rs index b956db8319..99bc0d8ec7 100644 --- a/mullvad-daemon/src/exception_logging/unix.rs +++ b/mullvad-daemon/src/exception_logging/unix.rs @@ -1,5 +1,4 @@ //! Install signal handlers to catch critical program faults and log them. See [`enable`]. -#![warn(clippy::undocumented_unsafe_blocks)] use libc::siginfo_t; use nix::sys::signal::{sigaction, SaFlags, SigAction, SigHandler, SigSet, Signal}; diff --git a/windows-installer/src/main.rs b/windows-installer/src/main.rs index 64e70c282d..62f80ee024 100644 --- a/windows-installer/src/main.rs +++ b/windows-installer/src/main.rs @@ -1,5 +1,4 @@ #![windows_subsystem = "windows"] -#![warn(clippy::undocumented_unsafe_blocks)] #[cfg(target_os = "windows")] #[path = "windows.rs"] |
