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

Do not add src/ to sysroot crates' paths, they already have it now. #158

Merged
merged 1 commit into from
Nov 25, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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