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

Commit

Permalink
Merge pull request #158 from eddyb/src-src
Browse files Browse the repository at this point in the history
Do not add src/ to sysroot crates' paths, they already have it now.
  • Loading branch information
nrc committed Nov 25, 2018
2 parents 670ba7e + d5d2f98 commit 7c39452
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ impl AnalysisLoader for CargoAnalysisLoader {
.join("lib")
.join("rustlib")
.join("src")
.join("rust")
.join("src");
.join("rust");

vec![
SearchDirectory::new(libs_path, Some(src_path)),
Expand Down

0 comments on commit 7c39452

Please sign in to comment.