Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Apr 12, 2024
1 parent efabea7 commit 083f94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/concrete_driver/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ mod {} {{
if !build_dir.exists() {
std::fs::create_dir_all(&build_dir)?;
}
let output = build_dir.join(&input_stem);
let output = build_dir.join(input_stem);

let compile_args = CompilerArgs {
input: input.clone(),
Expand Down

0 comments on commit 083f94e

Please sign in to comment.