We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d3cc5 commit a60f12dCopy full SHA for a60f12d
src/libextra/getopts.rs
@@ -31,7 +31,7 @@
31
//!
32
//! ~~~{.rust}
33
//! extern mod extra;
34
-//! use extra::getopts::*;
+//! use extra::getopts::{optopt,optflag,getopts};
35
//! use std::os;
36
37
//! fn do_work(inp: &str, out: Option<~str>) {
0 commit comments