Some docs

This commit is contained in:
Richard Dodd
2018-09-29 15:06:23 +01:00
parent 3f0f739e17
commit da65fe5a52
4 changed files with 35 additions and 1 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ impl Name {
}
}
/// Represents container (e.g. struct) attribute information
/// Represents struct or enum attribute information.
pub struct Container {
name: Name,
transparent: bool,