Make register_[long_]diagnostics hygienic
This commit is contained in:
parent
313ba7c4d1
commit
199931ce91
7 changed files with 10 additions and 10 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#![allow(non_snake_case)]
|
||||
|
||||
use syntax::{register_diagnostic, register_diagnostics, register_long_diagnostics};
|
||||
use syntax::{register_diagnostics, register_long_diagnostics};
|
||||
|
||||
register_long_diagnostics! {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue