diff --git a/src/lib.rs b/src/lib.rs index e9d747895..1f8559d36 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -104,6 +104,7 @@ pub mod tests { /// This is a minimal app, that should build. Will fail if there's a breaking /// change. #[wasm_bindgen_test] + #[allow(dead_code)] pub fn app_builds() { use crate as seed; // required for macros to work. use crate::prelude::*;