We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c4ead4 commit 27a31f3Copy full SHA for 27a31f3
src/parse.rs
@@ -589,7 +589,7 @@ trait PestParse: Sized {
589
fn parse(pair: pest::iterators::Pair<Rule>) -> Result<Self, RichError>;
590
}
591
592
-/// Copy of [`std::std::FromStr`] that internally uses the PEST parser.
+/// Copy of [`FromStr`] that internally uses the PEST parser.
593
pub trait ParseFromStr: Sized {
594
/// Parse a value from the string `s`.
595
fn parse_from_str(s: &str) -> Result<Self, RichError>;
0 commit comments