]> git.lizzy.rs Git - rust.git/commitdiff
fmt
authorRalf Jung <post@ralfj.de>
Wed, 11 Mar 2020 19:32:39 +0000 (20:32 +0100)
committerRalf Jung <post@ralfj.de>
Wed, 11 Mar 2020 19:32:39 +0000 (20:32 +0100)
src/librustc/mir/interpret/error.rs

index e4c3dfe85d41eb928357324592e6e22cfa1ebfcd..ff107a5f1e268990a327581b67711ddc079aef5a 100644 (file)
@@ -13,7 +13,7 @@
 use rustc_hir as hir;
 use rustc_macros::HashStable;
 use rustc_session::CtfeBacktrace;
-use rustc_span::{Pos, Span, def_id::DefId};
+use rustc_span::{def_id::DefId, Pos, Span};
 use std::{any::Any, fmt};
 
 #[derive(Debug, Copy, Clone, PartialEq, Eq, HashStable, RustcEncodable, RustcDecodable)]