mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Check for rust doc code attributes like rustdoc does
This commit is contained in:
parent
8a959497b1
commit
2f62c0117a
5 changed files with 40 additions and 45 deletions
|
@ -307,7 +307,7 @@ fn benchmark_syntax_highlighting_parser() {
|
|||
.filter(|it| it.highlight.tag == HlTag::Symbol(SymbolKind::Function))
|
||||
.count()
|
||||
};
|
||||
assert_eq!(hash, 1629);
|
||||
assert_eq!(hash, 1632);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue