434152157f
Remove some random unnecessary lint `allow`s
10 lines
164 B
Rust
10 lines
164 B
Rust
use syntax::{register_diagnostics, register_long_diagnostics};
|
|
|
|
register_long_diagnostics! {
|
|
|
|
}
|
|
|
|
register_diagnostics! {
|
|
E0498 // malformed plugin attribute
|
|
}
|