Update tests for extern block linting
This commit is contained in:
parent
c4a8d7f86a
commit
8a3edb1d66
285 changed files with 1010 additions and 947 deletions
|
|
@ -45,6 +45,6 @@ macro_rules! some_macro {
|
|||
() => {};
|
||||
}
|
||||
|
||||
extern {
|
||||
extern "C" {
|
||||
pub type ExternType;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue