A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'src/hov.rs')
-rw-r--r--src/hov.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hov.rs b/src/hov.rs
index a0f8261..ac5debf 100644
--- a/src/hov.rs
+++ b/src/hov.rs
@@ -305,7 +305,7 @@ fn t() {
#[derive(Debug, Serialize, Deserialize)]
pub struct Hovr {
pub(crate) span: Option<[(VisualX, usize); 2]>,
- pub(crate) item: crate::text::CellBuffer,
+ pub(crate) item: crate::rnd::CellBuffer,
#[serde(skip)]
pub(crate) range: Option<lsp_types::Range>,
}