Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
wawel37 committed Dec 19, 2024
1 parent 619ca7f commit 1c4d547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cairo-lint-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use scarb_metadata::{MetadataCommand, PackageMetadata, TargetMetadata};
use scarb_ui::args::{PackagesFilter, VerbositySpec};
use scarb_ui::components::Status;
use scarb_ui::{OutputFormat, Ui};
use smol_str::{SmolStr, ToSmolStr};
use smol_str::SmolStr;

#[derive(Parser, Debug)]
struct Args {
Expand Down

0 comments on commit 1c4d547

Please sign in to comment.