A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'src/hov.rs')
| -rw-r--r-- | src/hov.rs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |