Skip to content

Commit

Permalink
Disable dead code warnings for app_builds test
Browse files Browse the repository at this point in the history
  • Loading branch information
sapir authored and David-OConnor committed Mar 2, 2019
1 parent 0da8064 commit 2e02ed8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::*;
Expand Down

0 comments on commit 2e02ed8

Please sign in to comment.