mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
Make SymbolIndex private
This commit is contained in:
parent
4e0ee2a1ba
commit
df727490b6
@ -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…
Reference in New Issue
Block a user