Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Aug 30, 2024
1 parent bc6b2ef commit ab4a90f
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 @@ -103,7 +103,7 @@ fn main_inner(ui: &Ui, args: Args) -> Result<()> {
let package_path = package.root.clone().into();
// Build the config for this package.
let config = build_project_config(
&compilation_unit,
compilation_unit,
corelib_id,
corelib.clone(),
package_path,
Expand Down

0 comments on commit ab4a90f

Please sign in to comment.