Add a comment.
This commit is contained in:
parent
6ba4c2f017
commit
b142ed296c
1 changed files with 2 additions and 0 deletions
|
@ -591,6 +591,8 @@ impl NonMacroAttrKind {
|
|||
}
|
||||
}
|
||||
|
||||
// Currently trivial, but exists in case a new kind is added in the future whose name starts
|
||||
// with a vowel.
|
||||
pub fn article(self) -> &'static str {
|
||||
"a"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue