Skip to content

Commit 0211265

Browse files
author
Bogdan Mircea
committed
use pkg:all wildcard instead of pkg/...
1 parent 7f3d8d4 commit 0211265

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/rust_analyzer/rust_project.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ impl RustAnalyzerArg {
115115
.parent();
116116

117117
let targets = match parent_dir {
118-
Some(p) if !p.as_str().is_empty() => format!("//{p}/..."),
118+
Some(p) if !p.as_str().is_empty() => format!("//{p}:all"),
119119
_ => "//...".to_string(),
120120
};
121121

0 commit comments

Comments
 (0)