Skip to content

Commit dde13d5

Browse files
committed
remove unused feature-gated code (error in Rust 1.80)
1 parent d25b1f4 commit dde13d5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/url_parser/parser.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,6 @@ simple_enum_error! {
193193
ExpectedMoreChars => "Expected more characters",
194194
}
195195

196-
#[cfg(feature = "heapsize")]
197-
known_heap_size!(0, ParseError);
198-
199196
impl From<idna::Errors> for ParseError {
200197
fn from(_: idna::Errors) -> ParseError {
201198
ParseError::IdnaError

0 commit comments

Comments
 (0)