Allow some unused fields
This commit is contained in:
parent
6747cd721c
commit
309fb37f23
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue