arti cfg tests: Fix doc comment

This commit is contained in:
gabi-250 2023-06-28 11:25:20 +00:00 committed by Ian Jackson
parent fa0fb50d80
commit d56f28bc6f
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ mod test {
key: String,
/// Does it appear in the oldest supported example file?
in_old_example: InExample,
/// Does it appear in the current example file? `None` means "either is OK"
/// Does it appear in the current example file?
in_new_example: InExample,
/// Does our code recognise it ? `None` means "don't know"
in_code: Option<bool>,