Skip to content

Commit

Permalink
Linter, oops
Browse files Browse the repository at this point in the history
  • Loading branch information
WillLillis committed Nov 13, 2023
1 parent 690a012 commit b43ee3e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/lsp.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
use crate::types::Column;
use crate::{
Arch, Completeable, Hoverable, Instruction, NameToInstructionMap, NameToRegisterMap,
TSASMNodeType, TargetConfig,
};
use crate::{Arch, Completeable, Hoverable, Instruction, TSASMNodeType, TargetConfig};
use log::{error, info, log, log_enabled};
use lsp_types::*;
use std::collections::HashMap;
Expand Down

0 comments on commit b43ee3e

Please sign in to comment.