Allow some unused fields

This commit is contained in:
Nick Cameron 2017-01-27 07:42:34 +13:00
parent 6747cd721c
commit 309fb37f23

View File

@ -78,6 +78,7 @@ impl Rewrite for ast::Local {
// TODO convert to using rewrite style rather than visitor
// TODO format modules in this style
#[allow(dead_code)]
struct Item<'a> {
keyword: &'static str,
abi: String,