mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 22:34:13 +00:00
terminal: Remove resolved TODO (#3948)
This PR removes a resolved TODO in the `terminal` crate. Release Notes: - N/A
This commit is contained in:
parent
00fc22a461
commit
9b06c66e00
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@ mod persistence;
|
|||
pub mod terminal_element;
|
||||
pub mod terminal_panel;
|
||||
|
||||
// todo!()
|
||||
// use crate::terminal_element::TerminalElement;
|
||||
use editor::{scroll::autoscroll::Autoscroll, Editor};
|
||||
use gpui::{
|
||||
div, impl_actions, overlay, AnyElement, AppContext, DismissEvent, EventEmitter, FocusHandle,
|
||||
|
|
Loading…
Reference in a new issue