Small Fix && cargo fmt

This commit is contained in:
Yifan Wu 2022-01-22 12:40:54 -08:00
parent c9583b0f53
commit ae3ba9c26f
83 changed files with 1085 additions and 1079 deletions

View file

@ -1,4 +1,3 @@
#![no_std]
#![no_main]
#![allow(clippy::println_empty_string)]
@ -213,4 +212,3 @@ pub fn main() -> i32 {
}
}
}