Skip to content

Commit

Permalink
fix clippy warnings
Browse files Browse the repository at this point in the history
Signed-off-by: salaheldinsoliman <[email protected]>
  • Loading branch information
salaheldinsoliman committed Jun 12, 2024
1 parent e2f9c9b commit adb9ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/solang.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ fn compile(compile_args: &Compile) {
let opt = options_arg(
&compile_args.debug_features,
&compile_args.optimizations,
&compile_package,
compile_package,
);

let mut namespaces = Vec::new();
Expand Down

0 comments on commit adb9ba4

Please sign in to comment.