commit | 771ecf4595697b6269d75fc75ccd0be12fea7ac3 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Fri Sep 23 19:26:37 2016 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Fri Sep 23 19:26:37 2016 -0700 |
tree | b036f4bab3de689249acfe3d7bf7b7e96f22d8b9 | |
parent | fe3d4ee79d1715b6f0c0e3d7bd11b326ea508906 [diff] [blame] |
Copy over missing doc comments
diff --git a/src/attr.rs b/src/attr.rs index e08d9c7..10c8029 100644 --- a/src/attr.rs +++ b/src/attr.rs
@@ -1,5 +1,6 @@ use super::*; +/// Doc-comments are promoted to attributes that have is_sugared_doc = true #[derive(Debug, Clone, Eq, PartialEq)] pub struct Attribute { pub value: MetaItem,