Skip to content

Commit

Permalink
Merge pull request #113 from a-kenji/chore/style
Browse files Browse the repository at this point in the history
style: move clippy options into the module
  • Loading branch information
a-kenji authored Aug 1, 2024
2 parents b3fbdea + b629ac7 commit 711aa51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/change.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(clippy::option_map_unit_fn)]
use crate::walk::Context;

#[derive(Debug, Default, Clone, serde::Serialize, serde::Deserialize)]
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
pub mod api;
#[allow(clippy::option_map_unit_fn)]
pub mod change;
pub mod diff;
pub mod edit;
Expand Down

0 comments on commit 711aa51

Please sign in to comment.