s/mt/mutability/
This commit is contained in:
parent
d3514a036d
commit
926bfe5078
11 changed files with 28 additions and 21 deletions
|
@ -155,10 +155,10 @@ fixed_size_enum! {
|
|||
( Impl { of_trait: false } )
|
||||
( Impl { of_trait: true } )
|
||||
( Closure )
|
||||
( Static{mt:ast::Mutability::Not, nested: false})
|
||||
( Static{mt:ast::Mutability::Mut, nested: false})
|
||||
( Static{mt:ast::Mutability::Not, nested: true})
|
||||
( Static{mt:ast::Mutability::Mut, nested: true})
|
||||
( Static { mutability: ast::Mutability::Not, nested: false } )
|
||||
( Static { mutability: ast::Mutability::Mut, nested: false } )
|
||||
( Static { mutability: ast::Mutability::Not, nested: true } )
|
||||
( Static { mutability: ast::Mutability::Mut, nested: true } )
|
||||
( Ctor(CtorOf::Struct, CtorKind::Fn) )
|
||||
( Ctor(CtorOf::Struct, CtorKind::Const) )
|
||||
( Ctor(CtorOf::Variant, CtorKind::Fn) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue