Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
benluiwj committed Sep 14, 2024
1 parent c2fe804 commit c076cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_diff/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fn main() {
let args = CliInputs::parse();
let tmp_dir = Builder::new().tempdir_in("").unwrap();
info!("Created tmp_dir {:?}", tmp_dir);
let runner = compile_rustfmt(
let _ = compile_rustfmt(
tmp_dir.path(),
args.remote_repo_url,
args.feature_branch,
Expand Down

0 comments on commit c076cc4

Please sign in to comment.