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)) >>