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 7d310aa commit 0823691Copy full SHA for 0823691
cargo-miri/bin.rs
@@ -113,7 +113,7 @@ fn has_arg_flag(name: &str) -> bool {
113
}
114
115
/// Yields all values of command line flag `name` as `Ok(arg)`, and all other arguments except
116
-/// the flag as `Err(arg)`.
+/// the flag as `Err(arg)`. (The flag `name` itself is not yielded at all, only its values are.)
117
struct ArgSplitFlagValue<'a, I> {
118
args: TakeWhile<I, fn(&String) -> bool>,
119
name: &'a str,
0 commit comments