Skip to content

Commit 03d7044

Browse files
committed
Warning police.
1 parent f726199 commit 03d7044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serializer.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ impl<'self, I: Iterator<&'self ComponentValue>> ToCss for I {
164164
);
165165
)
166166
loop { match self.next() { None => break, Some(component_value) => {
167-
let (a, b) = (previous, component_value);
167+
let (_a, _b) = (previous, component_value);
168168
// FIXME: this is incorrect.
169169
// See https://github.com/mozilla-servo/rust-cssparser/issues/24
170170
// if (

0 commit comments

Comments
 (0)