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/token.rs b/src/token.rs index 5a8089c..0dd00a2 100644 --- a/src/token.rs +++ b/src/token.rs
@@ -77,7 +77,7 @@ //! # use super::SynItemStatic as ItemStatic; //! # //! # named!(parse -> ItemStatic, do_parse!( -//! attrs: many0!(Attribute::parse_outer) >> +//! attrs: many0!(Attribute::old_parse_outer) >> //! vis: syn!(Visibility) >> //! static_token: keyword!(static) >> //! mutability: option!(keyword!(mut)) >>