Skip to content

Commit 5dd9748

Browse files
committed
Remove unnecessary comment
1 parent 94ce2d8 commit 5dd9748

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/bridge/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@ pub async fn show_error_message(
110110
nvim.echo(prepared_lines, true, nvim_dict! {}).await
111111
}
112112

113-
// TODO: this function name is bringing confusion and is duplicated
114-
// conflicting with the runtime.launch fn, it should be renamed
115-
// to something else
116113
async fn create_neovim_session(
117114
handler: NeovimHandler,
118115
grid_size: Option<GridSize<u32>>,

0 commit comments

Comments
 (0)