CamelCasify lots of std

This commit is contained in:
Ben Striegel
2012-08-11 10:08:42 -04:00
committed by Brian Anderson
parent ecb646477b
commit a605fd0cad
30 changed files with 783 additions and 763 deletions

View File

@@ -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))
}