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 3829cd9 commit 9dd823aCopy full SHA for 9dd823a
crates/syntax/src/syntax_node.rs
@@ -47,8 +47,6 @@ impl SyntaxTreeBuilder {
47
48
pub fn finish(self) -> Parse<SyntaxNode> {
49
let (green, errors) = self.finish_raw();
50
- // NOTE Why you're disabling assertions.
51
- // ref: https://github.com/rust-analyzer/rust-analyzer/pull/10357
52
if cfg!(debug_assertions) && false {
53
let node = SyntaxNode::new_root(green.clone());
54
crate::validation::validate_block_structure(&node);
0 commit comments