Skip to content

Commit b93afc9

Browse files
authored
Remove lint allow statements for markup5ever (#653)
Signed-off-by: Simon Wülker <[email protected]>
1 parent 453b89c commit b93afc9

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

markup5ever/interface/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ pub mod tree_builder;
168168
/// NOTE: `Prefix`, `LocalName` and `Prefix` all implement `Deref<str>`.
169169
///
170170
#[derive(PartialEq, Eq, PartialOrd, Ord, Hash, Debug, Clone)]
171-
#[cfg_attr(feature = "heap_size", derive(HeapSizeOf))]
172171
pub struct QualName {
173172
/// The prefix of qualified (e.g. `furn` in `<furn:table>` above).
174173
/// Optional (since some namespaces can be empty or inferred), and

markup5ever/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
// option. This file may not be copied, modified, or distributed
88
// except according to those terms.
99

10-
#![allow(unexpected_cfgs)]
11-
// This error is coming from code generated by PHF which we cannot directly fix
12-
#![allow(clippy::empty_line_after_doc_comments)]
13-
1410
pub use tendril;
1511

1612
#[macro_use]

0 commit comments

Comments
 (0)