forked from mirrors/jj
cleanup: consistently import std::fmt
This commit is contained in:
parent
87fb169266
commit
f1be5c59f3
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,6 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
use core::fmt;
|
||||
use std::borrow::Cow;
|
||||
use std::collections::BTreeMap;
|
||||
use std::collections::HashSet;
|
||||
|
@ -20,6 +19,7 @@ use std::env;
|
|||
use std::env::ArgsOs;
|
||||
use std::env::VarError;
|
||||
use std::ffi::OsString;
|
||||
use std::fmt;
|
||||
use std::fmt::Debug;
|
||||
use std::fs;
|
||||
use std::io;
|
||||
|
|
Loading…
Reference in a new issue