mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-05 13:13:40 +00:00
Fix a typo
This commit is contained in:
parent
cbd3608c30
commit
1e982c66a0
@ -20,7 +20,7 @@ use std::io::{self, Read, Write};
|
||||
use std::path::{Path, PathBuf};
|
||||
use std::str::FromStr;
|
||||
|
||||
use getopts::{HasArg, Matches, Occur, Options};
|
||||
use getopts::{Matches, Options};
|
||||
|
||||
use rustfmt::{run, Input, Summary};
|
||||
use rustfmt::file_lines::FileLines;
|
||||
|
Loading…
Reference in New Issue
Block a user