commit | f8106f843b8bd1afba1202b74aecb630548cd52e | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Aug 25 21:17:45 2018 -0400 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Aug 25 21:17:45 2018 -0400 |
tree | 69e324d046fb9d6e0b3cdb7e45681e77f325f670 | |
parent | 3a515a0f91d8afb4b6cb5459ab4a906e16f1990b [diff] [blame] |
Give new signature the desirable name
diff --git a/src/derive.rs b/src/derive.rs index ecef776..b7bfa12 100644 --- a/src/derive.rs +++ b/src/derive.rs
@@ -99,7 +99,7 @@ impl Synom for DeriveInput { named!(parse -> Self, do_parse!( - attrs: many0!(Attribute::parse_outer) >> + attrs: many0!(Attribute::old_parse_outer) >> vis: syn!(Visibility) >> which: syn!(DeriveInputKind) >> id: syn!(Ident) >>