fix #101626, suggest pub instead of public for const type item
This commit is contained in:
parent
4a6ac3c225
commit
975dd6cdea
4 changed files with 32 additions and 0 deletions
|
@ -473,6 +473,7 @@ impl Token {
|
|||
kw::Extern,
|
||||
kw::Impl,
|
||||
kw::Unsafe,
|
||||
kw::Const,
|
||||
kw::Static,
|
||||
kw::Union,
|
||||
kw::Macro,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue