🐞 fix(codes/time_complexity): fix rust attribut error

pull/251/head
xblakicex 2 years ago
parent d0359378f3
commit d710a3ffdf

@ -1,10 +1,9 @@
#![allow(unused_variables)]
/**
* File: time_complexity.cpp
* Created Time: 2023-01-10
* Author: xBLACICEx (xBLACKICEx@outlook.com )
*/
#[allow(unused_variables)]
*/
/* 常数阶 */
fn constant(n: i32) -> i32 {

Loading…
Cancel
Save