Skip to content

Commit

Permalink
ignore deprecation warning with provwasm-std types
Browse files Browse the repository at this point in the history
  • Loading branch information
kwtalley committed Sep 27, 2024
1 parent e2a5cde commit ee86b56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/provwasm-test-tube/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![doc = include_str!("../README.md")]

#[allow(deprecated)]
mod module;
mod runner;

Expand Down

0 comments on commit ee86b56

Please sign in to comment.