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