A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'src/gotolist.rs')
| -rw-r--r-- | src/gotolist.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gotolist.rs b/src/gotolist.rs index 8f2b9e3..2e7b304 100644 --- a/src/gotolist.rs +++ b/src/gotolist.rs @@ -9,7 +9,6 @@ use lsp_types::{ CallHierarchyIncomingCall, CallHierarchyOutgoingCall, Location, LocationLink, Range, }; -use rustc_hash::FxHashMap; use crate::FG; use crate::lsp::{Rq, RqS}; |