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.
u8
1 parent 5462e89 commit 5572280Copy full SHA for 5572280
exercises/02_basic_calculator/10_as_casting/src/lib.rs
@@ -23,7 +23,7 @@ mod tests {
23
24
// You could solve this by using exactly the same expression as above,
25
// but that would defeat the purpose of the exercise. Instead, use a genuine
26
- // `i8` value that is equivalent to `255` when converted from `u8`.
+ // `i8` value that is equivalent to `255` when converted to `u8`.
27
let y: i8 = todo!();
28
29
assert_eq!(x, y);
0 commit comments