diff options
Diffstat (limited to 'helix-view')
-rw-r--r-- | helix-view/src/gutter.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-view/src/gutter.rs b/helix-view/src/gutter.rs index 7bc8d375..f1127b6e 100644 --- a/helix-view/src/gutter.rs +++ b/helix-view/src/gutter.rs @@ -149,7 +149,6 @@ pub fn breakpoints<'doc>( } }; - // TODO: also handle breakpoints only present in the user struct let sym = if breakpoint.verified { "▲" } else { "⊚" }; write!(out, "{}", sym).unwrap(); Some(style) |