Skip to content

Commit

Permalink
chore: remove custom clippy
Browse files Browse the repository at this point in the history
Remove clippy crate rules since it
seems to make tests fails in tests.

Signed-off-by: Enzo "raskyld" Nocera <[email protected]>
  • Loading branch information
raskyld committed Oct 11, 2024
1 parent dc22529 commit 6db1637
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions integrations/wasi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@
//! operations to wrap the resource's `handle() -> u64` in
//! another type.
#![warn(clippy::all)]
#![warn(clippy::nursery)]
#![allow(clippy::restriction)]
#![deny(clippy::allow_attributes)]

#[allow(warnings)]
pub mod bindings {
wit_bindgen::generate!({
Expand Down

0 comments on commit 6db1637

Please sign in to comment.