mirror of
				https://github.com/Swatinem/rust-cache
				synced 2025-11-04 14:39:11 +00:00 
			
		
		
		
	fix actual test code ;-)
This commit is contained in:
		
							parent
							
								
									fffd6895b2
								
							
						
					
					
						commit
						7c190ef171
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -6,7 +6,7 @@ fn some_fn(input: bool) -> usize {
 | 
			
		|||
    if input {
 | 
			
		||||
        2 + 4
 | 
			
		||||
    } else {
 | 
			
		||||
        3.saturating_add(5)
 | 
			
		||||
        3_usize.saturating_add(5)
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue