diff --git a/crates/ml/src/lib.rs b/crates/ml/src/lib.rs index f07d90bb2..20e664eab 100644 --- a/crates/ml/src/lib.rs +++ b/crates/ml/src/lib.rs @@ -1,4 +1,3 @@ -// sccache PVC benchmark: cold vs warm cache #![deny(clippy::unwrap_used, clippy::expect_used)] #![cfg_attr(test, allow(clippy::unwrap_used, clippy::expect_used))] #![allow(dead_code)] // 10 ML model implementations with internal architecture not yet fully wired