Skip to content

Commit

Permalink
remove some compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Aug 25, 2024
1 parent 00b64d0 commit 4376e26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wasm/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(dependency_on_unit_never_type_fallback)]
mod capi;

use wasmtime::*;
Expand Down

0 comments on commit 4376e26

Please sign in to comment.