Skip to content

Commit 3829cd9

Browse files
committed
Revert "update comment"
This reverts commit 820393f.
1 parent b50cb5c commit 3829cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/syntax/src/syntax_node.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ impl SyntaxTreeBuilder {
4747

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

0 commit comments

Comments
 (0)