Skip to content

Commit 334aa3d

Browse files
committed
Add FIXME
1 parent af79823 commit 334aa3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui_test/src/comments.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ impl Comments {
193193
let next = args
194194
.next()
195195
.expect("the `position` above guarantees that there is at least one char");
196+
// FIXME: this replicates the existing flexibility in our syntax. Consider requiring the colon.
196197
let args = match next {
197198
':' | ' ' => args.as_str(),
198199
_ => bail!("expected space or `:`, got `{next}`"),

0 commit comments

Comments
 (0)