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 8d98f3c commit fa923f9Copy full SHA for fa923f9
crates/ide/src/syntax_highlighting/tests.rs
@@ -1018,5 +1018,5 @@ fn benchmark_syntax_highlighting_parser() {
1018
.filter(|it| it.highlight.tag == HlTag::Symbol(SymbolKind::Function))
1019
.count()
1020
};
1021
- assert_eq!(hash, 1616);
+ assert_eq!(hash, 1609);
1022
}
0 commit comments