Skip to content

Commit 2e02ed8

Browse files
sapirDavid-OConnor
authored andcommitted
Disable dead code warnings for app_builds test
1 parent 0da8064 commit 2e02ed8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ pub mod tests {
104104
/// This is a minimal app, that should build. Will fail if there's a breaking
105105
/// change.
106106
#[wasm_bindgen_test]
107+
#[allow(dead_code)]
107108
pub fn app_builds() {
108109
use crate as seed; // required for macros to work.
109110
use crate::prelude::*;

0 commit comments

Comments
 (0)