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
				
			
		|  | @ -5,18 +5,18 @@ use std::mem; | |||
| 
 | ||||
| use either::Either; | ||||
| use hir_def::{ | ||||
|     AdtId, DefWithBodyId, FieldId, FunctionId, VariantId, | ||||
|     expr_store::Body, | ||||
|     hir::{Expr, ExprId, ExprOrPatId, Pat, PatId, Statement, UnaryOp}, | ||||
|     path::Path, | ||||
|     resolver::{HasResolver, ResolveValueResult, Resolver, ValueNs}, | ||||
|     type_ref::Rawness, | ||||
|     AdtId, DefWithBodyId, FieldId, FunctionId, VariantId, | ||||
| }; | ||||
| use span::Edition; | ||||
| 
 | ||||
| use crate::{ | ||||
|     db::HirDatabase, utils::is_fn_unsafe_to_call, InferenceResult, Interner, TargetFeatures, TyExt, | ||||
|     TyKind, | ||||
|     InferenceResult, Interner, TargetFeatures, TyExt, TyKind, db::HirDatabase, | ||||
|     utils::is_fn_unsafe_to_call, | ||||
| }; | ||||
| 
 | ||||
| #[derive(Debug, Default)] | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 BenjaminBrienen
						BenjaminBrienen