upstream text-utils to text_unit

This commit is contained in:
Aleksey Kladov 2019-01-08 21:50:04 +03:00
parent c9e42fcf24
commit f553837c1c
10 changed files with 20 additions and 44 deletions

View file

@ -1,5 +1,4 @@
mod text_edit;
pub mod text_utils;
pub mod test_utils;
pub use crate::text_edit::{TextEdit, TextEditBuilder};