commit | 2a2e67c5105f3283f064056e9a6110ccfd695754 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Oct 01 14:02:01 2016 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Oct 01 14:02:01 2016 -0700 |
tree | 148bc1745347a5ec8fc67e6ec1f5d62448b9d8b4 | |
parent | 12097aa26c8f69a07f5887a213edb83c016261f8 [diff] |
Fix unused warning on inner_attr
diff --git a/src/attr.rs b/src/attr.rs index 068e0ee..0819f1c 100644 --- a/src/attr.rs +++ b/src/attr.rs
@@ -80,6 +80,7 @@ use lit::{Lit, StrStyle}; use lit::parsing::lit; + #[cfg(feature = "full")] named!(pub inner_attr -> Attribute, do_parse!( punct!("#") >> punct!("!") >>