Skip to content

Commit

Permalink
clippy: allow many lines for impl Display
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Nov 16, 2024
1 parent 388c9ca commit 74a0bd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/core/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ pub struct RusticError {
}

impl Display for RusticError {
#[allow(clippy::too_many_lines)]
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
writeln!(
f,
Expand Down

0 comments on commit 74a0bd3

Please sign in to comment.