Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Sep 2, 2024
1 parent c28ef90 commit 2f335a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/cairo-lint-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ fn main_inner(ui: &Ui, args: Args) -> Result<()> {
// never be linted unless specified with the `--test` flag

let matched = args.packages_filter.match_many(&metadata)?;
let filter = PackagesFilter::generate_for::<Metadata>(matched.iter());

// Let's lint everything requested
for package in matched {
Expand Down

0 comments on commit 2f335a8

Please sign in to comment.