diff --git a/crates/ironrdp-web/src/session.rs b/crates/ironrdp-web/src/session.rs index 7d7fa718..278080fa 100644 --- a/crates/ironrdp-web/src/session.rs +++ b/crates/ironrdp-web/src/session.rs @@ -1,3 +1,6 @@ +// https://github.com/rustwasm/wasm-bindgen/issues/4080 +#![allow(non_snake_case)] + use core::cell::RefCell; use std::borrow::Cow; use std::rc::Rc;