libstd: Remove ~str
from all libstd
modules except fmt
and str
.
This commit is contained in:
parent
e402e75f4e
commit
36195eb91f
204 changed files with 2102 additions and 1496 deletions
|
@ -132,7 +132,7 @@ pub fn opts() -> Vec<getopts::OptGroup> {
|
|||
|
||||
pub fn usage(argv0: &str) {
|
||||
println!("{}",
|
||||
getopts::usage(format!("{} [options] <input>", argv0),
|
||||
getopts::usage(format!("{} [options] <input>", argv0).as_slice(),
|
||||
opts().as_slice()));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue