mirror of
				https://github.com/serde-rs/serde.git
				synced 2025-11-04 07:24:31 +00:00 
			
		
		
		
	Remove useless discard of function argument that is used
This commit is contained in:
		
							parent
							
								
									3c7dd6fc1e
								
							
						
					
					
						commit
						fc04d1219a
					
				@ -1555,7 +1555,6 @@ pub trait Visitor<'de>: Sized {
 | 
				
			|||||||
    where
 | 
					    where
 | 
				
			||||||
        E: Error,
 | 
					        E: Error,
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        let _ = v;
 | 
					 | 
				
			||||||
        Err(Error::invalid_type(Unexpected::Bytes(v), &self))
 | 
					        Err(Error::invalid_type(Unexpected::Bytes(v), &self))
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user