Fix lints

This commit is contained in:
Andras Schmelczer 2025-10-26 21:29:52 +00:00
parent 3da0673af6
commit 450eaaff05
5 changed files with 29 additions and 16 deletions

View file

@ -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};