-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Description
error[E0599]: no method named `decode` found for type `docopt::Docopt` in the current scope
--> examples/docopt.rs:31:55
|
31 | .and_then(|d| d.argv(env::args().into_iter()).decode())
| ^^^^^^ method not found in `docopt::Docopt`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0599`.
error: could not compile `stderrlog`.