Fix lints
This commit is contained in:
parent
3da0673af6
commit
450eaaff05
5 changed files with 29 additions and 16 deletions
|
|
@ -1,13 +1,12 @@
|
|||
mod edited_text;
|
||||
mod operation;
|
||||
mod utils;
|
||||
mod transport;
|
||||
mod utils;
|
||||
use std::fmt::Debug;
|
||||
|
||||
|
||||
pub use transport::{ChangeSet};
|
||||
pub use edited_text::EditedText;
|
||||
pub use operation::Operation;
|
||||
pub use edited_text::{EditedText};
|
||||
pub use transport::ChangeSet;
|
||||
|
||||
use crate::{Tokenizer, types::text_with_cursors::TextWithCursors};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue