summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadrieril2021-04-03 15:30:22 +0100
committerNadrieril2021-04-03 15:31:02 +0100
commitf10bc4e27993f3bcac533e8e53df9a85ac28c4e6 (patch)
tree25d5b4d912183e659fd9267dbe25c53945d3fdcc
parent51eae8f39a87854b3d1ef26fb9f2023faf17b068 (diff)
clippy: fix lint name
-rw-r--r--dhall_proc_macros/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall_proc_macros/src/lib.rs b/dhall_proc_macros/src/lib.rs
index 91595cd..b53bd47 100644
--- a/dhall_proc_macros/src/lib.rs
+++ b/dhall_proc_macros/src/lib.rs
@@ -1,5 +1,5 @@
#![doc(html_root_url = "https://docs.rs/dhall_proc_macros/0.5.0")]
-#![allow(clippy::unnecessary_wraps)]
+#![allow(clippy::unnecessary_wrap)]
//! 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.
//!