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 Jun 23, 2024
1 parent 8f25cd2 commit 57e907c
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 57e907c

Please sign in to comment.