Skip to content

Commit 27a31f3

Browse files
committed
fix: Broken intra-doc link
1 parent 3c4ead4 commit 27a31f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parse.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ trait PestParse: Sized {
589589
fn parse(pair: pest::iterators::Pair<Rule>) -> Result<Self, RichError>;
590590
}
591591

592-
/// Copy of [`std::std::FromStr`] that internally uses the PEST parser.
592+
/// Copy of [`FromStr`] that internally uses the PEST parser.
593593
pub trait ParseFromStr: Sized {
594594
/// Parse a value from the string `s`.
595595
fn parse_from_str(s: &str) -> Result<Self, RichError>;

0 commit comments

Comments
 (0)