Update tests for extern block linting

This commit is contained in:
Mark Rousskov 2020-09-01 17:12:52 -04:00
parent c4a8d7f86a
commit 8a3edb1d66
285 changed files with 1010 additions and 947 deletions

View file

@ -45,6 +45,6 @@ macro_rules! some_macro {
() => {};
}
extern {
extern "C" {
pub type ExternType;
}