From f107bd530562877a37e23425aa8c5f662ee73185 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Tue, 9 Mar 2021 23:04:50 +0000 Subject: chore: fix clippy warnings --- dhall_proc_macros/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'dhall_proc_macros') diff --git a/dhall_proc_macros/src/lib.rs b/dhall_proc_macros/src/lib.rs index 9f20e2d..91595cd 100644 --- a/dhall_proc_macros/src/lib.rs +++ b/dhall_proc_macros/src/lib.rs @@ -1,4 +1,5 @@ #![doc(html_root_url = "https://docs.rs/dhall_proc_macros/0.5.0")] +#![allow(clippy::unnecessary_wraps)] //! This crate contains the code-generation primitives for the [dhall-rust][dhall-rust] crate. //! This is highly unstable and breaks regularly; use at your own risk. //! -- cgit v1.2.3