Skip to content

Commit cc35d80

Browse files
committed
Remove an outdated comment
1 parent eab02b6 commit cc35d80

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui_test/src/comments.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,6 @@ impl Comments {
286286
revision: Option<String>,
287287
l: usize,
288288
) -> Result<()> {
289-
// FIXME: check that the error happens on the marked line
290-
291289
let (match_line, pattern) =
292290
match pattern.chars().next().ok_or_else(|| eyre!("no pattern specified"))? {
293291
'|' =>

0 commit comments

Comments
 (0)