Skip to content

Commit

Permalink
lint: allow one clippy::module_name_repetitions for ColoredStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
willbush committed Oct 30, 2024
1 parent 3db2c97 commit 3a048c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/status.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ impl fmt::Display for Status {
}
}

#[allow(clippy::module_name_repetitions)]
pub struct ColoredStatus(Status);

impl From<Status> for ColoredStatus {
Expand Down

0 comments on commit 3a048c8

Please sign in to comment.