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

Commit d5d2f98

Browse files
committed
Do not add src/ to sysroot crates' paths, they already have it now.
1 parent 670ba7e commit d5d2f98

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)