Run clippy --fix
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user