Mark variables as not used

This commit is contained in:
Matthias Beyer 2016-01-05 16:15:22 +01:00
parent 6c6851cc2b
commit 8053599f94
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ impl Serialize for FileHeaderData {
hm.serialize(ser)
},
&FileHeaderData::Key{name: ref n, value: ref v} => unreachable!(),
&FileHeaderData::Key{name: _, value: _} => unreachable!(),
}
}