Remove allow unused from gpui2, vim2 tests and terminal_view2 (#3813)
Release Notes: - N/A
This commit is contained in:
parent
41fb29bc5a
commit
16626592db
6 changed files with 8 additions and 34 deletions
|
|
@ -1,6 +1,3 @@
|
|||
#![allow(unused)]
|
||||
// todo!()
|
||||
|
||||
use std::ops::{Deref, DerefMut};
|
||||
|
||||
use crate::state::Mode;
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
#![allow(unused)]
|
||||
// todo!()
|
||||
|
||||
use editor::{scroll::VERTICAL_SCROLL_MARGIN, test::editor_test_context::ContextHandle};
|
||||
use gpui::{point, px, rems, size, Context};
|
||||
use gpui::{px, size, Context};
|
||||
use indoc::indoc;
|
||||
use settings::SettingsStore;
|
||||
use std::{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
#![allow(unused)]
|
||||
// todo!()
|
||||
|
||||
use std::ops::{Deref, DerefMut};
|
||||
|
||||
use editor::test::{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue