fixing warnings and depracated legacy things

This commit is contained in:
Priec
2025-08-18 17:19:21 +02:00
parent 03808a8b3b
commit 61e439a1d4
4 changed files with 2 additions and 90 deletions

View File

@@ -5,9 +5,6 @@ pub mod state;
#[cfg(feature = "gui")]
pub mod widget;
#[cfg(feature = "keymaps")]
pub mod commands_impl;
pub use provider::TextAreaProvider;
pub use state::{TextAreaEditor, TextAreaState, TextOverflowMode};