Make RichChar public
This commit is contained in:
parent
ef6ebaa215
commit
6c3de706ae
@ -590,7 +590,7 @@ pub struct CharClasses<T>
|
||||
status: CharClassesStatus,
|
||||
}
|
||||
|
||||
trait RichChar {
|
||||
pub trait RichChar {
|
||||
fn get_char(&self) -> char;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user