]> git.lizzy.rs Git - rust.git/commitdiff
cleanup: Remove documentation of deleted parameter
authorKamal Marhubi <kamal@marhubi.com>
Tue, 2 Feb 2016 17:37:38 +0000 (12:37 -0500)
committerKamal Marhubi <kamal@marhubi.com>
Tue, 2 Feb 2016 17:37:38 +0000 (12:37 -0500)
The `args` parameter was removed in 579fb34.

src/lib.rs

index ad9322ab649b9e06637c45f5ec32a3ac56931c9b..2f49ed4f5e54240255cb4414d74d7110260d9e30 100644 (file)
@@ -420,8 +420,6 @@ fn check_write_mode(arg: WriteMode, config: WriteMode) -> WriteMode {
     }
 }
 
-// args are the arguments passed on the command line, generally passed through
-// to the compiler.
 // write_mode determines what happens to the result of running rustfmt, see
 // WriteMode.
 pub fn run(file: &Path, write_mode: WriteMode, config: &Config) {