mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
cleanup: Remove documentation of deleted parameter
The `args` parameter was removed in 579fb34
.
This commit is contained in:
parent
ee32615df1
commit
70c9b55ecb
@ -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
|
// write_mode determines what happens to the result of running rustfmt, see
|
||||||
// WriteMode.
|
// WriteMode.
|
||||||
pub fn run(file: &Path, write_mode: WriteMode, config: &Config) {
|
pub fn run(file: &Path, write_mode: WriteMode, config: &Config) {
|
||||||
|
Loading…
Reference in New Issue
Block a user