Skip to content

Commit

Permalink
Resolve OS-specific lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed May 15, 2024
1 parent 3af2ddd commit b0cb3f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/scan/layout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ use crate::{
},
scan::{
game_file_target, prepare_backup_target, BackupError, BackupId, BackupInfo, ScanChange, ScanInfo, ScannedFile,
ScannedRegistry,
},
};

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

const SAFE: &str = "_";

macro_rules! some_or_continue {
Expand Down

0 comments on commit b0cb3f6

Please sign in to comment.