diff options
author | Nadrieril | 2021-04-03 15:39:30 +0100 |
---|---|---|
committer | Nadrieril | 2021-04-03 15:39:30 +0100 |
commit | 28028c32aff193d9acb776d187197f3fc7c61be6 (patch) | |
tree | d3d3139e2d3c6f59a9ffcd45e7944def3bd9b6d5 /dhall_proc_macros | |
parent | 1d8f7ee9ad37bd61bc4e1648196b45b5d10b8c47 (diff) |
ci: more clippy fixes
Diffstat (limited to '')
-rw-r--r-- | dhall_proc_macros/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall_proc_macros/src/lib.rs b/dhall_proc_macros/src/lib.rs index b53bd47..91595cd 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_wrap)] +#![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. //! |