Disable selective warnings to make cargo check happy
This commit is contained in:
parent
269a72464d
commit
8283909dfd
6 changed files with 20 additions and 10 deletions
|
@ -2,8 +2,8 @@ use std::any::TypeId;
|
|||
|
||||
use crate::{ItemHandle, Pane};
|
||||
use gpui2::{
|
||||
div, AnyView, Component, Div, Element, ParentElement, Render, Styled, Subscription, View,
|
||||
ViewContext, WindowContext,
|
||||
div, AnyView, Component, Div, ParentElement, Render, Styled, Subscription, View, ViewContext,
|
||||
WindowContext,
|
||||
};
|
||||
use theme2::ActiveTheme;
|
||||
use util::ResultExt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue