Skip to content

Commit

Permalink
Resolve OS-specific lint (try 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed May 15, 2024
1 parent b0cb3f6 commit 614823d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scan/layout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use crate::{
},
};

#[cfg(target_os = "windows")]
#[allow(unused)]
use crate::scan::ScannedRegistry;

const SAFE: &str = "_";
Expand Down

0 comments on commit 614823d

Please sign in to comment.