Skip to content

Commit

Permalink
move ignore to security_log_https
Browse files Browse the repository at this point in the history
  • Loading branch information
ddboline committed Nov 2, 2023
1 parent 31adf3c commit 8938919
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#![allow(clippy::cast_possible_truncation)]
#![allow(clippy::cast_possible_wrap)]
#![allow(clippy::case_sensitive_file_extension_comparisons)]
#![allow(clippy::ignored_unit_patterns)]

pub mod config;
pub mod errors;
Expand Down
1 change: 1 addition & 0 deletions src/security_log_http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#![allow(clippy::case_sensitive_file_extension_comparisons)]
#![allow(clippy::default_trait_access)]
#![allow(clippy::unused_async)]
#![allow(clippy::ignored_unit_patterns)]

pub mod security_log_element;

Expand Down

0 comments on commit 8938919

Please sign in to comment.