Skip to content

Commit d36e486

Browse files
committed
fix lint errors
1 parent 299ee90 commit d36e486

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

runtime/src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
reason = "some pyo3 macros produce code that does this"
55
)]
66
#![allow(static_mut_refs, reason = "wit-bindgen produces code that does this")]
7+
#![allow(unknown_lints)]
8+
#![allow(
9+
unnecessary_transmutes,
10+
reason = "nightly warning but not supported on stable"
11+
)]
712

813
use {
914
anyhow::{Error, Result},

0 commit comments

Comments
 (0)