Fix a typo

This commit is contained in:
Seiichi Uchida 2017-12-11 10:00:49 +09:00
parent cbd3608c30
commit 1e982c66a0

View file

@ -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;