From: Seiichi Uchida Date: Mon, 11 Dec 2017 01:00:49 +0000 (+0900) Subject: Fix a typo X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=1e982c66a0ba9f04af745bbf1b70bf43d8596403;hp=cbd3608c30cfdee4954820d8ee1f940a4f1abf08;p=rust.git Fix a typo --- diff --git a/src/bin/rustfmt.rs b/src/bin/rustfmt.rs index 713d320aa78..75b45156ace 100644 --- a/src/bin/rustfmt.rs +++ b/src/bin/rustfmt.rs @@ -20,7 +20,7 @@ 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;