We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85f1202 + 9800892 commit 5bf7df8Copy full SHA for 5bf7df8
1 file changed
exercises/practice/all-your-base/src/lib.rs
@@ -12,8 +12,7 @@ pub enum Error {
12
/// A digit is any unsigned integer (e.g. u8, u16, u32, u64, or usize).
13
/// Bases are specified as unsigned integers.
14
///
15
-/// Return an `Err(.)` if the conversion is impossible.
16
-/// The tests do not test for specific values inside the `Err(.)`.
+/// Return the corresponding Error enum if the conversion is impossible.
17
18
19
/// You are allowed to change the function signature as long as all test still pass.
0 commit comments