mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Add a comment.
This commit is contained in:
parent
6ba4c2f017
commit
b142ed296c
@ -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…
Reference in New Issue
Block a user