mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Fix an unused warning on wasm tests
This commit is contained in:
parent
dd24cd7f4f
commit
10e043c748
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#[allow(unused_imports)]
|
||||
use indoc::indoc;
|
||||
#[allow(unused_imports)]
|
||||
use roc_test_utils::assert_multiline_str_eq;
|
||||
|
||||
#[cfg(not(feature = "wasm"))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue