Revert "update comment"
This reverts commit 820393f72d68c6bf1df125057296402ba83ca982.
This commit is contained in:
parent
b50cb5c261
commit
3829cd981a
@ -47,7 +47,7 @@ impl SyntaxTreeBuilder {
|
||||
|
||||
pub fn finish(self) -> Parse<SyntaxNode> {
|
||||
let (green, errors) = self.finish_raw();
|
||||
// NOTE Why disabling assertions.
|
||||
// NOTE Why you're disabling assertions.
|
||||
// ref: https://github.com/rust-analyzer/rust-analyzer/pull/10357
|
||||
if cfg!(debug_assertions) && false {
|
||||
let node = SyntaxNode::new_root(green.clone());
|
||||
|
Loading…
x
Reference in New Issue
Block a user