Skip to content

Commit

Permalink
clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
solidiquis committed Aug 10, 2023
1 parent cbbbe3f commit c2c2c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
clippy::style,
clippy::suspicious
)]
#![allow(clippy::cast_precision_loss, clippy::struct_excessive_bools)]
#![allow(clippy::cast_precision_loss, clippy::struct_excessive_bools, clippy::wildcard_imports)]

use clap::CommandFactory;
use context::{layout, Context};
Expand Down

0 comments on commit c2c2c83

Please sign in to comment.