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.
1 parent 49c67bd commit 779d2f3Copy full SHA for 779d2f3
src/libcore/str/mod.rs
@@ -101,7 +101,9 @@ impl FromStr for bool {
101
}
102
103
104
-/// An error returned when parsing a `bool` from a string fails.
+/// An error returned when parsing a `bool` using [`from_str`] fails
105
+///
106
+/// [`from_str`]: ../../std/primitive.bool.html#method.from_str
107
#[derive(Debug, Clone, PartialEq, Eq)]
108
#[stable(feature = "rust1", since = "1.0.0")]
109
pub struct ParseBoolError { _priv: () }
0 commit comments