From cf5c66043e43bc886d2b94d52591d033da7e751e Mon Sep 17 00:00:00 2001 From: drbh Date: Wed, 22 Jan 2025 18:38:07 +0000 Subject: [PATCH] fix: include clippy lint --- launcher/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/src/main.rs b/launcher/src/main.rs index 6cbdb1d6..7326fd95 100644 --- a/launcher/src/main.rs +++ b/launcher/src/main.rs @@ -321,7 +321,7 @@ impl Config { } // model has a vision config but is not supported for flops calculation // we return None to avoid overestimating the memory requirements - _ => return None, + _ => None, } }