Skip to content

Commit

Permalink
allow deprecated for now
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemadden committed Aug 14, 2024
1 parent ad9359e commit ab43876
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@

// #![warn(clippy::missing_const_for_fn)]

// disable deprecation warnings - TODO need to figure out how to get wasm_bindgen's new thread_local
// attribute working
#![allow(deprecated)]

pub mod console;
pub mod constants;
pub mod enums;
Expand Down

0 comments on commit ab43876

Please sign in to comment.