Merge pull request #1607 from softarn/main
chore(errors4): improved comment
This commit is contained in:
commit
4d26307cfc
|
@ -16,7 +16,7 @@ enum CreationError {
|
|||
|
||||
impl PositiveNonzeroInteger {
|
||||
fn new(value: i64) -> Result<PositiveNonzeroInteger, CreationError> {
|
||||
// Hmm...? Why is this only returning an Ok value?
|
||||
// Hmm... Why is this always returning an Ok value?
|
||||
Ok(PositiveNonzeroInteger(value as u64))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue