Skip to content

Commit 85ba8e9

Browse files
yaahcehuss
andauthored
Update src/cargo/util/config.rs
Co-Authored-By: Eric Huss <[email protected]>
1 parent 4ff4c1f commit 85ba8e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/util/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1791,6 +1791,6 @@ impl Drop for PackageCacheLock<'_> {
17911791
pub fn clippy_driver() -> PathBuf {
17921792
env::var("CARGO_CLIPPY_DRIVER")
17931793
.ok()
1794-
.unwrap_or_else(|| "clippy_driver".into())
1794+
.unwrap_or_else(|| "clippy-driver".into())
17951795
.into()
17961796
}

0 commit comments

Comments
 (0)