Skip to content

Commit db11ae5

Browse files
committed
docs: FromStrError
1 parent 18f5f2a commit db11ae5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/args/fraction.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ impl TryFrom<f32> for Fraction {
4141
}
4242
}
4343

44+
/// Error that occurs when converting a string into an instance of [`Fraction`].
4445
#[derive(Debug, Display, Clone, PartialEq, Eq, Error)]
4546
pub enum FromStrError {
4647
ParseFloatError(ParseFloatError),

0 commit comments

Comments
 (0)