extra::getopts: update docs for minor renaming.

This commit is contained in:
Huon Wilson 2013-11-10 23:27:03 +11:00
parent 3851f908d1
commit 8e719bdfb5

View File

@ -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_ {