summaryrefslogtreecommitdiff
path: root/dhall_proc_macros
diff options
context:
space:
mode:
authorNadrieril2021-03-09 23:04:50 +0000
committerNadrieril2021-03-09 23:04:50 +0000
commitf107bd530562877a37e23425aa8c5f662ee73185 (patch)
tree5a7a8c8ddde9490057f7715db14452980ee4b6cf /dhall_proc_macros
parent9138e0fae758d4beb2188d03fbafaa1893e497f5 (diff)
chore: fix clippy warnings
Diffstat (limited to 'dhall_proc_macros')
-rw-r--r--dhall_proc_macros/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
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.
//!