diff --git a/markup5ever/lib.rs b/markup5ever/lib.rs index a7ba2547..a04b8f15 100644 --- a/markup5ever/lib.rs +++ b/markup5ever/lib.rs @@ -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;