You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was tempted to remove the exact-size nature. Wouldn't be breaking
since it only panics but decided to go ahead and do this for now.
Fixesclap-rs#3241
I was tempted to remove the exact-size nature. Wouldn't be breaking
since it only panics but decided to go ahead and do this for now.
Fixesclap-rs#3241
Please complete the following tasks
Rust Version
1.58.0-nightly
Clap Version
3.0.0
Minimal reproducible code
Steps to reproduce the bug with the above code
RUST_BACKTRACE=1 cargo run foo bars
Actual Behaviour
Expected Behaviour
len()
== 2Additional Context
Maybe something to do with ExactSizeIterator's rules about
size_hint
?Debug Output
The text was updated successfully, but these errors were encountered: