summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2024-12-09 15:49:53 +0100
committerDavid Lönnhager <david.l@mullvad.net>2024-12-10 14:34:21 +0100
commit50f26d77256b6fbe804f82d09f688670d2954980 (patch)
treecdd4eea4f9448bcd6a86e8fd55efd36b6e0e4cdc
parentef09daaaeff4813b91af2de3d5e8b62de210cd22 (diff)
downloadmullvadvpn-50f26d77256b6fbe804f82d09f688670d2954980.tar.xz
mullvadvpn-50f26d77256b6fbe804f82d09f688670d2954980.zip
Check for undocumented_unsafe_blocks in windows-installer
-rw-r--r--windows-installer/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows-installer/src/main.rs b/windows-installer/src/main.rs
index 62f80ee024..64e70c282d 100644
--- a/windows-installer/src/main.rs
+++ b/windows-installer/src/main.rs
@@ -1,4 +1,5 @@
#![windows_subsystem = "windows"]
+#![warn(clippy::undocumented_unsafe_blocks)]
#[cfg(target_os = "windows")]
#[path = "windows.rs"]