CamelCasify lots of std
This commit is contained in:
committed by
Brian Anderson
parent
ecb646477b
commit
a605fd0cad
@@ -42,7 +42,7 @@ fn parse_config(args: ~[~str]) -> config {
|
||||
Err(f) => fail getopts::fail_str(f)
|
||||
};
|
||||
|
||||
fn opt_path(m: getopts::matches, nm: ~str) -> Path {
|
||||
fn opt_path(m: getopts::Matches, nm: ~str) -> Path {
|
||||
Path(getopts::opt_str(m, nm))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user