core: Apply clippy suggestions

David Mak 2024-03-11 14:25:37 +08:00
parent c8866b1534
commit 3ed8ce7215
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ fn main() {
match env::var("PROFILE").as_deref() {
Ok("debug") => "-O0",
Ok("release") => "-O3",
flavor => panic!("Unknown or missing build flavor {:?}", flavor),
flavor => panic!("Unknown or missing build flavor {flavor:?}"),
},
"-emit-llvm",
"-S",