From 6db16376efe9a29d534d0fabdb11d481b705d3b0 Mon Sep 17 00:00:00 2001 From: "Enzo \"raskyld\" Nocera" Date: Fri, 11 Oct 2024 22:36:10 +0200 Subject: [PATCH] chore: remove custom clippy Remove clippy crate rules since it seems to make tests fails in tests. Signed-off-by: Enzo "raskyld" Nocera --- integrations/wasi/src/lib.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/integrations/wasi/src/lib.rs b/integrations/wasi/src/lib.rs index 731e271118..5ac679f85b 100644 --- a/integrations/wasi/src/lib.rs +++ b/integrations/wasi/src/lib.rs @@ -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!({