Skip to content

Commit

Permalink
Make SymbolIndex private
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Sep 22, 2021
1 parent 4e0ee2a commit df72749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_span/src/symbol.rs
Expand Up @@ -1616,7 +1616,7 @@ impl fmt::Display for MacroRulesNormalizedIdent {
pub struct Symbol(SymbolIndex);

rustc_index::newtype_index! {
pub struct SymbolIndex { .. }
struct SymbolIndex { .. }
}

impl Symbol {
Expand Down

0 comments on commit df72749

Please sign in to comment.