commit | aaadd78b9641b1c6024bd25821af73697d2ed56b | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Jan 06 22:58:13 2018 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Jan 06 22:58:13 2018 -0800 |
tree | b4d68a74c1bd998368f98152c8ec14d47d0ce52e | |
parent | 2355714e5b783138d8ccb2155d9af0efb651b950 [diff] [blame] |
Redesign MetaItem naming
diff --git a/src/lib.rs b/src/lib.rs index b2075a5..948dd3e 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -281,7 +281,7 @@ #[cfg(any(feature = "full", feature = "derive"))] mod attr; #[cfg(any(feature = "full", feature = "derive"))] -pub use attr::{AttrStyle, Attribute, MetaItem, MetaItemList, MetaNameValue, NestedMetaItem}; +pub use attr::{AttrStyle, Attribute, Meta, MetaList, MetaNameValue, NestedMeta}; #[cfg(any(feature = "full", feature = "derive"))] mod data;