mirror of
				https://github.com/rust-lang/rust-analyzer.git
				synced 2025-10-31 12:04:43 +00:00 
			
		
		
		
	cargo fmt
This commit is contained in:
		
							parent
							
								
									87f837cec7
								
							
						
					
					
						commit
						7535bb4661
					
				
					 571 changed files with 2210 additions and 2458 deletions
				
			
		|  | @ -1,13 +1,13 @@ | |||
| use hir::Semantics; | ||||
| use ide_db::{ | ||||
|     line_index::{LineCol, LineIndex}, | ||||
|     FileId, LineIndexDatabase, RootDatabase, | ||||
|     line_index::{LineCol, LineIndex}, | ||||
| }; | ||||
| use span::{TextRange, TextSize}; | ||||
| use stdx::format_to; | ||||
| use syntax::{ | ||||
|     ast::{self, IsString}, | ||||
|     AstNode, AstToken, NodeOrToken, SourceFile, SyntaxNode, SyntaxToken, WalkEvent, | ||||
|     ast::{self, IsString}, | ||||
| }; | ||||
| use triomphe::Arc; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 BenjaminBrienen
						BenjaminBrienen