You've already forked comprehensive-rust
							
							
				mirror of
				https://github.com/google/comprehensive-rust.git
				synced 2025-10-31 08:37:45 +02:00 
			
		
		
		
	Rename test module into tests in smart pointer exercise (#1585)
If I'm not mistaken, the naming convention for modules containing only tests is to call them `tests` (rather than `test`).
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							9563f055e2
						
					
				
				
					commit
					ce081b12f9
				
			| @@ -85,7 +85,7 @@ fn main() { | ||||
|  | ||||
| // ANCHOR: tests | ||||
| #[cfg(test)] | ||||
| mod test { | ||||
| mod tests { | ||||
|     use super::*; | ||||
|  | ||||
|     #[test] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user