We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e13b45 commit a787025Copy full SHA for a787025
windows-installer/src/main.rs
@@ -1,4 +1,5 @@
1
#![windows_subsystem = "windows"]
2
+#![warn(clippy::undocumented_unsafe_blocks)]
3
4
#[cfg(target_os = "windows")]
5
#[path = "windows.rs"]
0 commit comments