Remove allow unused from gpui2, vim2 tests and terminal_view2 (#3813)

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2023-12-26 01:23:08 +01:00 committed by GitHub
parent 41fb29bc5a
commit 16626592db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 34 deletions

View file

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

View file

@ -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::{

View file

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