Fix warnings

This commit is contained in:
Conrad Irwin 2023-12-11 14:54:58 -07:00
parent 4942b1962b
commit 303189e086
4 changed files with 9 additions and 2 deletions

View file

@ -3,8 +3,6 @@ mod neovim_backed_test_context;
mod neovim_connection; mod neovim_connection;
mod vim_test_context; mod vim_test_context;
use std::sync::Arc;
use command_palette::CommandPalette; use command_palette::CommandPalette;
use editor::DisplayPoint; use editor::DisplayPoint;
pub use neovim_backed_binding_test_context::*; pub use neovim_backed_binding_test_context::*;

View file

@ -1,3 +1,6 @@
#![allow(unused)]
// todo!()
use std::ops::{Deref, DerefMut}; use std::ops::{Deref, DerefMut};
use crate::state::Mode; use crate::state::Mode;

View file

@ -1,3 +1,6 @@
#![allow(unused)]
// todo!()
use editor::{scroll::VERTICAL_SCROLL_MARGIN, test::editor_test_context::ContextHandle}; use editor::{scroll::VERTICAL_SCROLL_MARGIN, test::editor_test_context::ContextHandle};
use indoc::indoc; use indoc::indoc;
use settings::SettingsStore; use settings::SettingsStore;

View file

@ -1,3 +1,6 @@
#![allow(unused)]
// todo!()
use std::ops::{Deref, DerefMut}; use std::ops::{Deref, DerefMut};
use editor::test::{ use editor::test::{