mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
Allow some unused fields
This commit is contained in:
parent
6747cd721c
commit
309fb37f23
@ -78,6 +78,7 @@ impl Rewrite for ast::Local {
|
|||||||
|
|
||||||
// TODO convert to using rewrite style rather than visitor
|
// TODO convert to using rewrite style rather than visitor
|
||||||
// TODO format modules in this style
|
// TODO format modules in this style
|
||||||
|
#[allow(dead_code)]
|
||||||
struct Item<'a> {
|
struct Item<'a> {
|
||||||
keyword: &'static str,
|
keyword: &'static str,
|
||||||
abi: String,
|
abi: String,
|
||||||
|
Loading…
Reference in New Issue
Block a user