From d6d9f6860a20eedb9e95da57c523b082b761a023 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 17da71ab..c74b4de3 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;