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 f26d548 commit a6d0e34Copy full SHA for a6d0e34
crates/ide-completion/src/context.rs
@@ -569,7 +569,7 @@ impl<'a> CompletionContext<'a> {
569
// completing on
570
let original_token = original_file.syntax().token_at_offset(offset).left_biased()?;
571
572
- // try to skip completions on path with qinvalid colons
+ // try to skip completions on path with invalid colons
573
// this approach works in normal path and inside token tree
574
match original_token.kind() {
575
T![:] => {
0 commit comments