Remove lint annotations in specific crates that are already enforced by rustbuild
Remove some random unnecessary lint `allow`s
This commit is contained in:
parent
0cfb2f7fbd
commit
434152157f
119 changed files with 146 additions and 322 deletions
|
@ -122,7 +122,6 @@ struct Diagnostic {
|
|||
}
|
||||
|
||||
#[derive(RustcEncodable)]
|
||||
#[allow(unused_attributes)]
|
||||
struct DiagnosticSpan {
|
||||
file_name: String,
|
||||
byte_start: u32,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue