mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 01:34:21 +00:00
auto merge of #10399 : huonw/rust/get-opt-doc, r=alexcrichton
This commit is contained in:
commit
fe48d8fcd1
@ -142,7 +142,8 @@ pub struct Matches {
|
||||
}
|
||||
|
||||
/// The type returned when the command line does not conform to the
|
||||
/// expected format. Pass this value to <fail_str> to get an error message.
|
||||
/// expected format. Call the `to_err_msg` method to retrieve the
|
||||
/// error as a string.
|
||||
#[deriving(Clone, Eq, ToStr)]
|
||||
#[allow(missing_doc)]
|
||||
pub enum Fail_ {
|
||||
|
Loading…
Reference in New Issue
Block a user