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 c16381d commit 2d9b908Copy full SHA for 2d9b908
crates/lexarg-parser/src/lib.rs
@@ -59,7 +59,7 @@ impl<'a> Parser<'a> {
59
/// Returns [`Arg::Unexpected`] on failure
60
///
61
/// Notes:
62
- /// - `=` is always accepted as a [`Arg::Short("=")`]. If that isn't the case in your
+ /// - `=` is always accepted as a [`Arg::Short("=")`][Arg::Short]. If that isn't the case in your
63
/// application, you may want to special case the error for that.
64
pub fn next_arg(&mut self) -> Option<Arg<'a>> {
65
// Always reset
0 commit comments