mirror of
				https://github.com/rust-lang/rust-analyzer.git
				synced 2025-11-03 13:13:18 +00:00 
			
		
		
		
	remove comment
This commit is contained in:
		
							parent
							
								
									3829cd981a
								
							
						
					
					
						commit
						9dd823a0e1
					
				@ -47,8 +47,6 @@ impl SyntaxTreeBuilder {
 | 
			
		||||
 | 
			
		||||
    pub fn finish(self) -> Parse<SyntaxNode> {
 | 
			
		||||
        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 {
 | 
			
		||||
            let node = SyntaxNode::new_root(green.clone());
 | 
			
		||||
            crate::validation::validate_block_structure(&node);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user