Rename FnStyle trait to Unsafety.
This commit is contained in:
parent
52f7a4a351
commit
092d04a40a
41 changed files with 254 additions and 273 deletions
|
@ -129,7 +129,7 @@ pub struct Function {
|
|||
pub name: Ident,
|
||||
pub vis: ast::Visibility,
|
||||
pub stab: Option<attr::Stability>,
|
||||
pub fn_style: ast::FnStyle,
|
||||
pub unsafety: ast::Unsafety,
|
||||
pub whence: Span,
|
||||
pub generics: ast::Generics,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue