fix(ci): clippy is happy
Some checks failed
CI / Clippy (push) Successful in 2m16s
CI / Tests (push) Has been cancelled
CI / Build & Push Image (push) Has been cancelled
CI / Security Audit (push) Has been cancelled
CI / Format (pull_request) Failing after 6s
CI / Security Audit (pull_request) Has been cancelled
CI / Tests (pull_request) Has been cancelled
CI / Build & Push Image (pull_request) Has been cancelled
CI / Clippy (pull_request) Has been cancelled
CI / Format (push) Failing after 6s

This commit is contained in:
Sharang Parnerkar
2026-02-18 10:16:15 +01:00
parent e49590313f
commit fb622c6bd5

View File

@@ -1,6 +1,5 @@
#![allow(non_snake_case)] #![allow(non_snake_case)]
#[allow(clippy::expect_used)] #[allow(clippy::expect_used)]
fn main() { fn main() {
// Init logger // Init logger
dioxus_logger::init(tracing::Level::DEBUG).expect("Failed to init logger"); dioxus_logger::init(tracing::Level::DEBUG).expect("Failed to init logger");