From 2db3735fa3060976a87688821bf999649c7b480f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Mon, 6 May 2024 09:46:01 +0200 Subject: [PATCH] chore: Fix a clippy warning telling us that the fuzzing cfg is unexpected --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index b8739d1e..1a443c61 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -206,6 +206,7 @@ unused_qualifications, rust_2018_idioms )] +#![allow(unexpected_cfgs)] #![cfg_attr(docsrs, feature(doc_auto_cfg))] mod cipher;