From e4708bdb31a792918a4bc162aebbc296fce9ce85 Mon Sep 17 00:00:00 2001 From: pml68 Date: Thu, 27 Feb 2025 15:24:44 +0100 Subject: feat: update `iced_core` --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index 0753766..e689f42 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -26,7 +26,6 @@ //! .push( //! text_editor(&state.content) //! .placeholder("Type something here...") -//! .rehighlight_on_redraw(true) //! .highlight_with::( //! Settings::new(vec![], Highlight::default_style, "rs"), //! Highlight::to_format, -- cgit v1.2.3