chore: cleanup todos

This commit is contained in:
Jeremy Wall 2024-12-16 20:22:08 -05:00
parent b267a92b60
commit 4b6b8cfa02
2 changed files with 0 additions and 2 deletions

View File

@ -435,7 +435,6 @@ impl<'ws> Workspace<'ws> {
Ok(None)
}
Ok(Some(Cmd::Quit)) => {
// TODO(zaphar): We probably need to do better than this
Ok(Some(ExitCode::SUCCESS))
}
Ok(None) => {

View File

@ -155,7 +155,6 @@ impl<'ws> Viewport<'ws> {
let mut cells = vec![Cell::new(Text::from(ri.to_string()))];
cells.extend(visible_columns.iter().map(
|VisibleColumn { idx: ci, length: _ }| {
// TODO(zaphar): Is this safe?
let content = self
.book
.get_cell_addr_rendered(&Address { row: ri, col: *ci })