mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix or silence some warnings.
This commit is contained in:
parent
05deb3dcc8
commit
24a6a53633
2 changed files with 3 additions and 2 deletions
|
@ -639,6 +639,7 @@ pub mod specified {
|
|||
}
|
||||
|
||||
impl ToCss for Calc {
|
||||
#[allow(unused_assignments)]
|
||||
fn to_css<W>(&self, dest: &mut W) -> fmt::Result where W: fmt::Write {
|
||||
|
||||
macro_rules! count {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue