Skip to content

Commit

Permalink
Fix new clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
csnover committed Dec 1, 2024
1 parent 49e811a commit e47ec2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binrw/tests/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ fn no_seek_unit_enum() {
}

#[test]
#[allow(clippy::empty_line_after_doc_comments)]
fn parse_backtrace_with_empty_comment_lines() {
#[derive(binrw::BinRead)]
pub struct Test {
Expand Down

0 comments on commit e47ec2a

Please sign in to comment.