Skip to content

Commit

Permalink
chore: fix clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadrieril committed Mar 9, 2021
1 parent 9138e0f commit f107bd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dhall/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
clippy::new_ret_no_self,
clippy::new_without_default,
clippy::try_err,
clippy::unnecessary_wraps,
clippy::useless_format
)]

Expand Down
1 change: 1 addition & 0 deletions dhall_proc_macros/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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.
//!
Expand Down

0 comments on commit f107bd5

Please sign in to comment.