From 0e84a512cc552611266938a6a0ee8ccaaee8e1fd Mon Sep 17 00:00:00 2001 From: Maccesch Date: Fri, 10 May 2024 14:33:00 -0500 Subject: [PATCH] chore: clippy --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 71b98c5..47c50b0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,4 @@ +#![allow(unexpected_cfgs)] // #![feature(doc_cfg)] //! Collection of essential Leptos utilities inspired by SolidJS USE / VueUse