Skip to content

Commit 9dd823a

Browse files
committed
remove comment
1 parent 3829cd9 commit 9dd823a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/syntax/src/syntax_node.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ impl SyntaxTreeBuilder {
4747

4848
pub fn finish(self) -> Parse<SyntaxNode> {
4949
let (green, errors) = self.finish_raw();
50-
// NOTE Why you're disabling assertions.
51-
// ref: https://github.com/rust-analyzer/rust-analyzer/pull/10357
5250
if cfg!(debug_assertions) && false {
5351
let node = SyntaxNode::new_root(green.clone());
5452
crate::validation::validate_block_structure(&node);

0 commit comments

Comments
 (0)