Add code comment
This commit is contained in:
@@ -47,6 +47,8 @@ impl SyntaxTreeBuilder {
|
|||||||
|
|
||||||
pub fn finish(self) -> Parse<SyntaxNode> {
|
pub fn finish(self) -> Parse<SyntaxNode> {
|
||||||
let (green, errors) = self.finish_raw();
|
let (green, errors) = self.finish_raw();
|
||||||
|
// NOTE Why you're disabling assertions.
|
||||||
|
// ref: https://github.com/rust-analyzer/rust-analyzer/pull/10357
|
||||||
if cfg!(debug_assertions) && false {
|
if cfg!(debug_assertions) && false {
|
||||||
let node = SyntaxNode::new_root(green.clone());
|
let node = SyntaxNode::new_root(green.clone());
|
||||||
crate::validation::validate_block_structure(&node);
|
crate::validation::validate_block_structure(&node);
|
||||||
|
|||||||
Reference in New Issue
Block a user