diff options
author | Blaž Hrastnik | 2021-12-01 10:28:29 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-12-01 10:28:29 +0000 |
commit | ffc89e483be1bc0cc20cdd19eb38dec6bf421c1a (patch) | |
tree | bd7bf114883b059c140879b2a00133c7bb7be94f /helix-view/src | |
parent | dfd499f5a98de9d7c9e8fa977016e6f3bec1ec70 (diff) |
Mark some more TODOs as resolved
Diffstat (limited to 'helix-view/src')
-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) |