mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Fix compiler warnings
This commit is contained in:
parent
8b3a49349d
commit
f305c82494
5 changed files with 6 additions and 5 deletions
|
@ -136,7 +136,7 @@ impl SpecifiedValueInfo for CounterStyle {
|
|||
// approach here.
|
||||
macro_rules! predefined {
|
||||
($($name:expr,)+) => {
|
||||
f(&["symbols", $($name,)+]);
|
||||
f(&["symbols", $($name,)+])
|
||||
}
|
||||
}
|
||||
include!("../../counter_style/predefined.rs");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue