mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-21 19:04:24 +00:00
Fixed typos in code asserts
This commit is contained in:
parent
23f05aa1ad
commit
6cd93db8a5
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ pub(crate) fn validate_block_structure(root: &SyntaxNode) {
|
|||
assert_eq!(
|
||||
node.parent(),
|
||||
pair.parent(),
|
||||
"\nunpaired curleys:\n{}\n{:#?}\n",
|
||||
"\nunpaired curlys:\n{}\n{:#?}\n",
|
||||
root.text(),
|
||||
root,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue