Skip to content

Commit e27f517

Browse files
committed
Remove dead import
1 parent 3423ed4 commit e27f517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/all/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![cfg_attr(miri, allow(dead_code, unused_imports))]
22

3-
use wasmtime::{Config, Result};
3+
use wasmtime::Result;
44

55
mod arrays;
66
mod async_functions;

0 commit comments

Comments
 (0)