fix clippy checks

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-04-06 17:14:53 +05:30
parent a7112b3f8e
commit e956976a2d
4 changed files with 12 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
use tricc::args;
fn main() {
println!("Hello World!");
let file: String = args::handle();
println!("{}", file);
}