diff --git a/src/libextra/getopts.rs b/src/libextra/getopts.rs index 11afff168259..0220f6a6bf4e 100644 --- a/src/libextra/getopts.rs +++ b/src/libextra/getopts.rs @@ -31,7 +31,7 @@ //! //! ~~~{.rust} //! extern mod extra; -//! use extra::getopts::*; +//! use extra::getopts::{optopt,optflag,getopts}; //! use std::os; //! //! fn do_work(inp: &str, out: Option<~str>) {