We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b89a81 commit 85fcca6Copy full SHA for 85fcca6
crates/project-model/src/workspace.rs
@@ -844,6 +844,8 @@ impl ProjectWorkspace {
844
exclude.push(pkg_root.join("examples"));
845
exclude.push(pkg_root.join("benches"));
846
}
847
+ include.sort();
848
+ include.dedup();
849
PackageRoot { is_local, include, exclude }
850
})
851
.chain(mk_sysroot())
@@ -905,6 +907,8 @@ impl ProjectWorkspace {
905
907
906
908
909
910
911
912
913
914
}))
0 commit comments