Skip to content

Commit

Permalink
clippy fix - unknown_lints
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed May 13, 2024
1 parent 747afd5 commit 8bbca64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/wasm-adapter/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![no_std]
#![allow(unknown_lints)]

// Allows us to use alloc::vec::Vec;
// TODO: get rid of the legacy API and also of this.
Expand Down

0 comments on commit 8bbca64

Please sign in to comment.