diff options
| author | liv <mokou@fastmail.com> | 2023-09-04 14:34:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-04 14:34:13 +0200 |
| commit | 0aa941873662918aef679bd77b8b7bd6b1a23ec3 (patch) | |
| tree | 01115c2e72dd0ca51c4bfb2ac1f043d6d9a0a1ca /src/project.rs | |
| parent | 37cdea9183796909057d8b42ab2866fde1525a40 (diff) | |
| parent | abc3013096f20a41009086c0f5ccb1b2b13abf12 (diff) | |
Merge branch 'main' into chore/update-hints
Diffstat (limited to 'src/project.rs')
| -rw-r--r-- | src/project.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/project.rs b/src/project.rs index ebebe27..bcbd7ad 100644 --- a/src/project.rs +++ b/src/project.rs @@ -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") |
