From 139047379b2ff7751c1b5ef8e079ffc29cce752d Mon Sep 17 00:00:00 2001 From: tslil Date: Sat, 21 Mar 2026 20:21:32 +0000 Subject: implement hooks, fix docs --- rprt-engine/src/selection_functions/function_character.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rprt-engine/src/selection_functions/function_character.rs') diff --git a/rprt-engine/src/selection_functions/function_character.rs b/rprt-engine/src/selection_functions/function_character.rs index 94c0963..87bda3d 100644 --- a/rprt-engine/src/selection_functions/function_character.rs +++ b/rprt-engine/src/selection_functions/function_character.rs @@ -2,7 +2,7 @@ use crate::{ dispatch_selection_function, selection::Selection, selection_function, - selection_functions::types::{get_buffer, SFArguments, SFError, SFResult}, + selection_functions::types::{SFArguments, SFError, SFResult, get_buffer}, state::EditorState, }; -- cgit v1.2.3