Skip to content

Commit df72749

Browse files
committed
Make SymbolIndex private
1 parent 4e0ee2a commit df72749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_span/src/symbol.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@ impl fmt::Display for MacroRulesNormalizedIdent {
16161616
pub struct Symbol(SymbolIndex);
16171617

16181618
rustc_index::newtype_index! {
1619-
pub struct SymbolIndex { .. }
1619+
struct SymbolIndex { .. }
16201620
}
16211621

16221622
impl Symbol {

0 commit comments

Comments
 (0)