Skip to content

Commit a787025

Browse files
committed
Check for undocumented_unsafe_blocks in windows-installer
1 parent 7e13b45 commit a787025

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

windows-installer/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![windows_subsystem = "windows"]
2+
#![warn(clippy::undocumented_unsafe_blocks)]
23

34
#[cfg(target_os = "windows")]
45
#[path = "windows.rs"]

0 commit comments

Comments
 (0)