Skip to content

Commit

Permalink
[meta] clippy fixes for Rust 1.74
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Nov 17, 2023
1 parent 3aa85b1 commit cf223d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/tests/integration/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ fn test_show_config_version() {
.append(true)
.write(true)
.create(false)
.open(&config_path)
.open(config_path)
.unwrap();
f.write_all(
r#"
Expand Down

0 comments on commit cf223d1

Please sign in to comment.