Fixup docs.

This commit is contained in:
Stephen Chung
2020-12-22 22:35:25 +08:00
parent 2e7ec8f1db
commit 2a7e6c0884
3 changed files with 18 additions and 10 deletions

View File

@@ -648,7 +648,9 @@ impl AsRef<Module> for AST {
/// This type is volatile and may change.
#[derive(Debug, Clone, Eq, PartialEq, Hash)]
pub struct Ident {
/// Identifier name.
pub name: ImmutableString,
/// Declaration position.
pub pos: Position,
}