Skip to content

Commit

Permalink
ignore static mut refs (binding always have them)
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Jan 5, 2025
1 parent 7cb62c9 commit eb60f4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/delano-wallet/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(static_mut_refs)] // the bindings crate uses static mut refs
#![feature(once_cell_try)]

// cargo_component_bindings::generate!();
Expand Down
2 changes: 2 additions & 0 deletions crates/delano-wit-ui/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(static_mut_refs)] // the bindings crate uses static mut refs

mod bindings;

mod api;
Expand Down

0 comments on commit eb60f4d

Please sign in to comment.