mirror of
				https://github.com/rust-lang/rust-analyzer.git
				synced 2025-10-30 19:49:36 +00:00 
			
		
		
		
	cargo fmt
This commit is contained in:
		
							parent
							
								
									87f837cec7
								
							
						
					
					
						commit
						7535bb4661
					
				
					 571 changed files with 2210 additions and 2458 deletions
				
			
		|  | @ -1,9 +1,9 @@ | |||
| //! Logic for validating block expressions i.e. `ast::BlockExpr`.
 | ||||
| 
 | ||||
| use crate::{ | ||||
|     ast::{self, AstNode, HasAttrs}, | ||||
|     SyntaxError, | ||||
|     SyntaxKind::*, | ||||
|     ast::{self, AstNode, HasAttrs}, | ||||
| }; | ||||
| 
 | ||||
| pub(crate) fn validate_block_expr(block: ast::BlockExpr, errors: &mut Vec<SyntaxError>) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 BenjaminBrienen
						BenjaminBrienen