Remove todos

HactarCE and Cole Miller created

Co-authored-by: Cole Miller <cole@zed.dev>

Change summary

crates/editor/src/editor.rs | 3 ---
1 file changed, 3 deletions(-)

Detailed changes

crates/editor/src/editor.rs 🔗

@@ -22959,9 +22959,6 @@ fn snippet_completions(
                 is_incomplete = true;
             }
 
-            // TODO! ok to match the same snippet multiple times with different prefixes? (probably yes)
-            // TODO! ok to match the same prefix multiple times with different start points? (probably no)
-
             completions.extend(
                 matches
                     .iter()