Skip to content

Commit

Permalink
Allow dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws committed Oct 1, 2024
1 parent 8de24f5 commit fdfb51f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kani-driver/src/args/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ where
.unwrap()
}

#[allow(dead_code)]
pub fn print_obsolete(verbosity: &CommonArgs, option: &str) {
if !verbosity.quiet {
warning(&format!(
Expand Down

0 comments on commit fdfb51f

Please sign in to comment.