narrow down visibilities in rustc_parse::lexer

This commit is contained in:
Lin Yihai
2024-05-07 11:02:28 +08:00
parent 5ae5d13537
commit f9bb5df5a0
3 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ use crate::{
use rustc_span::{symbol::kw, BytePos, Pos, Span};
#[rustfmt::skip] // for line breaks
pub(crate) const UNICODE_ARRAY: &[(char, &str, &str)] = &[
pub(super) const UNICODE_ARRAY: &[(char, &str, &str)] = &[
('', "Line Separator", " "),
('', "Paragraph Separator", " "),
('', "Ogham Space mark", " "),