mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
a89c62ca2b
librustc_errors: Remove unused annotation style `OldSchoolNoteText`
I could not find any references to it and the `snippet` module does not
seem to be exported publicly, so I think it can be safely removed.
This was originally removed in 17bd76a51 and I'm not sure why it is still there.