Skip to content
This repository was archived by the owner on Mar 1, 2019. It is now read-only.

Commit 7c39452

Browse files
authored
Merge pull request #158 from eddyb/src-src
Do not add src/ to sysroot crates' paths, they already have it now.
2 parents 670ba7e + d5d2f98 commit 7c39452

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/loader.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ impl AnalysisLoader for CargoAnalysisLoader {
9999
.join("lib")
100100
.join("rustlib")
101101
.join("src")
102-
.join("rust")
103-
.join("src");
102+
.join("rust");
104103

105104
vec![
106105
SearchDirectory::new(libs_path, Some(src_path)),

0 commit comments

Comments
 (0)