Skip to content

Commit

Permalink
Enable clippy rule clone_on_ref_ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
akoshelev committed Jun 7, 2022
1 parent 33b0735 commit 7aee136
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 7aee136

Please sign in to comment.