Skip to content

Commit

Permalink
Merge pull request #31 from akoshelev/clippy-clone-on-ref-rule
Browse files Browse the repository at this point in the history
Enable clippy rule clone_on_ref_ptr
  • Loading branch information
martinthomson authored Jun 8, 2022
2 parents 33b0735 + 7aee136 commit 1f88093
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![deny(clippy::clone_on_ref_ptr)]

#[cfg(feature = "cli")]
pub mod cli;
pub mod error;
Expand Down

0 comments on commit 1f88093

Please sign in to comment.