From c22cc3b348bdcb446fb0e44070da36fdf6b05800 Mon Sep 17 00:00:00 2001 From: tslil Date: Sat, 21 Mar 2026 08:49:35 +0000 Subject: big rework to support evaluation of selection functions, WiP --- rprt-engine/src/state.rs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'rprt-engine/src/state.rs') diff --git a/rprt-engine/src/state.rs b/rprt-engine/src/state.rs index 68283d0..80b5e86 100644 --- a/rprt-engine/src/state.rs +++ b/rprt-engine/src/state.rs @@ -1,5 +1,7 @@ -use crate::buffer::{Buffer, BufferID}; -use crate::selection::Selection; +use crate::{ + buffer::{Buffer, BufferID}, + selection::Selection, +}; use std::collections::{HashMap, HashSet}; use std::path::PathBuf; @@ -365,4 +367,4 @@ impl EditorState { } } -pub type EvaluationResult = (Selection, Vec); +pub type StateResult = (Selection, Vec); -- cgit v1.2.3