Run clippy --fix

This commit is contained in:
mo8it
2023-08-26 23:07:20 +02:00
parent c663f06669
commit 571bab20c1
5 changed files with 35 additions and 35 deletions

View File

@@ -86,7 +86,7 @@ impl RustAnalyzerProject {
println!("Determined toolchain: {}\n", &toolchain);
self.sysroot_src = (std::path::Path::new(&*toolchain)
self.sysroot_src = (std::path::Path::new(toolchain)
.join("lib")
.join("rustlib")
.join("src")