1
Fork 0

Rename FnStyle trait to Unsafety.

This commit is contained in:
Niko Matsakis 2014-12-09 10:36:46 -05:00
parent 52f7a4a351
commit 092d04a40a
41 changed files with 254 additions and 273 deletions

View file

@ -684,7 +684,7 @@ impl<'a> MethodDef<'a> {
fn_generics,
abi,
explicit_self,
ast::NormalFn,
ast::Unsafety::Normal,
fn_decl,
body_block,
ast::Inherited)