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…
Add table
Add a link
Reference in a new issue