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 9, 2024
1 parent 3b9266c commit f1439b8
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
Expand Up @@ -6,6 +6,7 @@
//! * `WIN_X64_INSTALLER` - a path to the x64 Windows installer
//! * `WIN_ARM64_INSTALLER` - a path to the ARM64 Windows installer
#![windows_subsystem = "windows"]
#![warn(clippy::undocumented_unsafe_blocks)]

use anyhow::{bail, Context};
use std::{
Expand Down

0 comments on commit f1439b8

Please sign in to comment.