Skip to content

Commit

Permalink
Fix for clippy (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfiedotwtf committed Sep 29, 2024
1 parent d6918e6 commit 7fb6275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testcfg/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ impl TestCfg {
.args(args)
.current_dir(&self.home)
.env("HOME", &self.home)
.env("CARGO_HOME", &self.home.join(".cargo"))
.env("CARGO_HOME", self.home.join(".cargo"))
.env(
"PATH",
format!(
Expand Down

0 comments on commit 7fb6275

Please sign in to comment.