mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +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)]
|
#[allow(unused_imports)]
|
||||||
use indoc::indoc;
|
use indoc::indoc;
|
||||||
|
#[allow(unused_imports)]
|
||||||
use roc_test_utils::assert_multiline_str_eq;
|
use roc_test_utils::assert_multiline_str_eq;
|
||||||
|
|
||||||
#[cfg(not(feature = "wasm"))]
|
#[cfg(not(feature = "wasm"))]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue