Make RichChar public

This commit is contained in:
Seiichi Uchida 2017-12-09 23:37:42 +09:00
parent ef6ebaa215
commit 6c3de706ae

View File

@ -590,7 +590,7 @@ pub struct CharClasses<T>
status: CharClassesStatus,
}
trait RichChar {
pub trait RichChar {
fn get_char(&self) -> char;
}