Skip to content

Commit

Permalink
Clippy cleanup (#609)
Browse files Browse the repository at this point in the history
Fix a clippy::empty_line_after_outer_attr lint
  • Loading branch information
asomers authored Sep 29, 2024
1 parent 5394a9b commit 97c31d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mockall/tests/automock_nonpub_methods.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Using automock on a struct with private methods should not result in any
//! "dead_code" warnings. Such methods are often private helpers used only by
//! other public methods.
#[deny(dead_code)]
#![deny(dead_code)]

pub mod mymod {
use mockall::automock;
Expand Down

0 comments on commit 97c31d2

Please # to comment.