mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-05 05:04:24 +00:00
Make RichChar public
This commit is contained in:
parent
ef6ebaa215
commit
6c3de706ae
@ -590,7 +590,7 @@ where
|
||||
status: CharClassesStatus,
|
||||
}
|
||||
|
||||
trait RichChar {
|
||||
pub trait RichChar {
|
||||
fn get_char(&self) -> char;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user