Skip to content

Commit

Permalink
Make clippy almost happy
Browse files Browse the repository at this point in the history
  • Loading branch information
monoid committed Jul 22, 2024
1 parent 196ed4b commit e97b6bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/cli/air/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
unreachable_patterns
)]
// risc0 feature flag is commented out, but the code remains for future experiments
#[allow(unexpected_cfgs)]
#![allow(unexpected_cfgs)]

mod beautify;
mod data;
mod trace;
Expand Down

0 comments on commit e97b6bc

Please sign in to comment.