1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-11-29 22:47:43 +02:00

Add comment to options1

This commit is contained in:
mo8it
2024-07-04 13:00:04 +02:00
parent dec6772b05
commit 248dd4415e
2 changed files with 3 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ mod tests {
fn raw_value() {
// Using `unwrap` is fine in a test.
let icecreams = maybe_icecream(12).unwrap();
assert_eq!(icecreams, 5);
}