We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af79823 commit 334aa3dCopy full SHA for 334aa3d
ui_test/src/comments.rs
@@ -193,6 +193,7 @@ impl Comments {
193
let next = args
194
.next()
195
.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.
197
let args = match next {
198
':' | ' ' => args.as_str(),
199
_ => bail!("expected space or `:`, got `{next}`"),
0 commit comments