mirror of
				https://github.com/rust-lang/rust-analyzer.git
				synced 2025-10-31 20:09:01 +00:00 
			
		
		
		
	cargo fmt
This commit is contained in:
		
							parent
							
								
									87f837cec7
								
							
						
					
					
						commit
						7535bb4661
					
				
					 571 changed files with 2210 additions and 2458 deletions
				
			
		|  | @ -5,11 +5,11 @@ use ide_db::{FxHashMap, FxHashSet}; | |||
| use itertools::Itertools; | ||||
| use parser::Edition; | ||||
| use syntax::{ | ||||
|     ast::{self, AstNode, AstToken}, | ||||
|     SyntaxElement, SyntaxKind, SyntaxNode, SyntaxToken, TextRange, TextSize, | ||||
|     ast::{self, AstNode, AstToken}, | ||||
| }; | ||||
| 
 | ||||
| use crate::{fragments, resolving::ResolvedRule, Match, SsrMatches}; | ||||
| use crate::{Match, SsrMatches, fragments, resolving::ResolvedRule}; | ||||
| 
 | ||||
| /// Returns a text edit that will replace each match in `matches` with its corresponding replacement
 | ||||
| /// template. Placeholders in the template will have been substituted with whatever they matched to
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 BenjaminBrienen
						BenjaminBrienen