Skip to content

Commit eb5dd25

Browse files
committed
Rust make check upgrade
1 parent 1d97e73 commit eb5dd25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ impl ToJson for DeclarationListItem {
332332
fn to_json(&self) -> json::Json {
333333
match *self {
334334
Declaration(ref declaration) => declaration.to_json(),
335-
Decl_AtRule(ref at_rule) => at_rule.to_json(),
335+
DeclAtRule(ref at_rule) => at_rule.to_json(),
336336
}
337337
}
338338
}

0 commit comments

Comments
 (0)