mirror of
				https://github.com/rust-lang/rust-analyzer.git
				synced 2025-10-31 03:54:42 +00:00 
			
		
		
		
	minor: New clippy lints
This commit is contained in:
		
							parent
							
								
									6725e046df
								
							
						
					
					
						commit
						4b6007115a
					
				
					 92 changed files with 180 additions and 201 deletions
				
			
		|  | @ -335,7 +335,7 @@ fn find_std_module( | |||
|     let std_crate = famous_defs.std()?; | ||||
|     let std_root_module = std_crate.root_module(); | ||||
|     std_root_module.children(db).find(|module| { | ||||
|         module.name(db).map_or(false, |module| module.display(db, edition).to_string() == name) | ||||
|         module.name(db).is_some_and(|module| module.display(db, edition).to_string() == name) | ||||
|     }) | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lukas Wirth
						Lukas Wirth