Skip to content

Commit

Permalink
Check for undocumented_unsafe_blocks in windows-installer
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Dec 10, 2024
1 parent c9d1ef1 commit b67a69d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows-installer/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![windows_subsystem = "windows"]
#![warn(clippy::undocumented_unsafe_blocks)]

#[cfg(target_os = "windows")]
#[path = "windows.rs"]
Expand Down

0 comments on commit b67a69d

Please sign in to comment.