Make SymbolIndex private
This commit is contained in:
parent
4e0ee2a1ba
commit
df727490b6
1 changed files with 1 additions and 1 deletions
|
@ -1616,7 +1616,7 @@ impl fmt::Display for MacroRulesNormalizedIdent {
|
|||
pub struct Symbol(SymbolIndex);
|
||||
|
||||
rustc_index::newtype_index! {
|
||||
pub struct SymbolIndex { .. }
|
||||
struct SymbolIndex { .. }
|
||||
}
|
||||
|
||||
impl Symbol {
|
||||
|
|
Loading…
Add table
Reference in a new issue