This commit is contained in:
Felipe Martín 2021-10-16 09:38:05 +02:00
parent 1c1f29a4f6
commit 557105f553

View File

@ -23,7 +23,7 @@ impl ParsePosNonzeroError {
fn from_creation(err: CreationError) -> ParsePosNonzeroError {
ParsePosNonzeroError::Creation(err)
}
// TODO: add another error conversion function here.
// TODO: add another error conversion function here.
}
fn parse_pos_nonzero(s: &str) -> Result<PositiveNonzeroInteger, ParsePosNonzeroError> {