Make asm a named field
This commit is contained in:
parent
49082f94fc
commit
e5dbcc2c16
3 changed files with 4 additions and 4 deletions
|
|
@ -128,7 +128,7 @@ impl<'tcx> LateLintPass<'tcx> for MissingInline {
|
|||
| hir::ItemKind::Static(..)
|
||||
| hir::ItemKind::Struct(..)
|
||||
| hir::ItemKind::TraitAlias(..)
|
||||
| hir::ItemKind::GlobalAsm(..)
|
||||
| hir::ItemKind::GlobalAsm { .. }
|
||||
| hir::ItemKind::TyAlias(..)
|
||||
| hir::ItemKind::Union(..)
|
||||
| hir::ItemKind::ExternCrate(..)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue