Skip to content

Commit beba720

Browse files
committedAug 26, 2024
Allow empty-docs
1 parent ec0d03a commit beba720

File tree

225 files changed

+3
-509
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

225 files changed

+3
-509
lines changed
 

‎Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -389,3 +389,4 @@ borrow_as_ptr = "allow" # x2
389389
unnecessary_join = "allow" # x1
390390
stable_sort_primitive = "allow" # x1
391391
no_effect_underscore_binding = "allow" # x1
392+
empty_docs = "allow"

‎gix-actor/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ use gix_date::Time;
2222

2323
mod identity;
2424
///
25-
#[allow(clippy::empty_docs)]
2625
pub mod signature;
2726

2827
/// A person with name and email.

0 commit comments

Comments
 (0)
Please sign in to comment.