Skip to content

Commit bb44040

Browse files
committed
chore: Remove needless line
1 parent 239b0a9 commit bb44040

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parse.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ impl<'i> cssparser::QualifiedRuleParser<'i> for CSSRuleListParser {
1919
&mut self,
2020
input: &mut cssparser::Parser<'i, 't>,
2121
) -> Result<Self::Prelude, cssparser::ParseError<'i, Self::Error>> {
22-
let _ = input;
2322
Ok(exhaust(input))
2423
}
2524

0 commit comments

Comments
 (0)