Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/project-model/src/workspace.rs')
-rw-r--r--crates/project-model/src/workspace.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/project-model/src/workspace.rs b/crates/project-model/src/workspace.rs
index 29a19bc32e..675533645d 100644
--- a/crates/project-model/src/workspace.rs
+++ b/crates/project-model/src/workspace.rs
@@ -748,7 +748,7 @@ impl ProjectWorkspace {
.packages()
.filter_map(|pkg| {
if ws[pkg].is_local {
- // the local ones are included in the main `PackageRoot`` below
+ // the local ones are included in the main `PackageRoot` below
return None;
}
let pkg_root = ws[pkg].manifest.parent().to_path_buf();