Fix or silence some warnings.

This commit is contained in:
Simon Sapin 2015-09-04 10:11:57 +02:00
parent 05deb3dcc8
commit 24a6a53633
2 changed files with 3 additions and 2 deletions

View file

@ -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 {