Skip to content

Commit

Permalink
Ignore clippy::empty_line_after_doc_comments lint
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Burns <nico@nicoburns.com>
  • Loading branch information
nicoburns committed Dec 19, 2024
1 parent 5a8bb18 commit b8f2e03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions markup5ever/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
// except according to those terms.

#![allow(unexpected_cfgs)]
// This error is coming from code generated by PHF which we cannot directly fix
#![allow(clippy::empty_line_after_doc_comments)]

pub use tendril;

Expand Down

0 comments on commit b8f2e03

Please sign in to comment.