Skip to content

Commit d1cfbe2

Browse files
authored
Merge pull request #22604 from Wilfred/scip_hashset_order
internal: Don't rely on FxHashSet order
2 parents 6b6c7c0 + 0a8bbb9 commit d1cfbe2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/rust-analyzer/src/cli

crates/rust-analyzer/src/cli/scip.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ impl flags::Scip {
237237
let token = si.tokens.get(id).unwrap();
238238

239239
let Some(definition) = token.definition else {
240-
break;
240+
continue;
241241
};
242242

243243
let file_id = definition.file_id;

0 commit comments

Comments
 (0)