Skip to content

Commit

Permalink
Allow for "dead code"
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored Jun 18, 2024
1 parent dda6a96 commit c18cb33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ impl EnvVarState {
}
}

#[allow(dead_code)]
pub struct CurrentDir {
_original_dir: PathBuf,
pub dir: TempDir,
Expand Down

0 comments on commit c18cb33

Please sign in to comment.