mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-11-04 22:28:40 +08:00 
			
		
		
		
	🐞 fix(codes/time_complexity): fix rust attribut error
This commit is contained in:
		@ -1,10 +1,9 @@
 | 
				
			|||||||
 | 
					#![allow(unused_variables)]
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * File: time_complexity.cpp
 | 
					 * File: time_complexity.cpp
 | 
				
			||||||
 * Created Time: 2023-01-10
 | 
					 * Created Time: 2023-01-10
 | 
				
			||||||
 * Author: xBLACICEx (xBLACKICEx@outlook.com )
 | 
					 * Author: xBLACICEx (xBLACKICEx@outlook.com )
 | 
				
			||||||
 */
 | 
					*/
 | 
				
			||||||
 | 
					 | 
				
			||||||
#[allow(unused_variables)]
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* 常数阶 */
 | 
					/* 常数阶 */
 | 
				
			||||||
fn constant(n: i32) -> i32 {
 | 
					fn constant(n: i32) -> i32 {
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user