Skip to content

Commit 87333c4

Browse files
committed
Run fmt
1 parent fbe0b2a commit 87333c4

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_middle/src/ty

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/ty/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ use crate::ty::subst::{GenericArg, InternalSubsts, Subst, SubstsRef};
2828
use crate::ty::util::Discr;
2929
use rustc_ast as ast;
3030
use rustc_attr as attr;
31+
use rustc_data_structures::fx::{FxHashMap, FxHashSet, FxIndexMap};
3132
use rustc_data_structures::intern::Interned;
32-
use rustc_data_structures::fx::{FxHashMap, FxIndexMap, FxHashSet};
3333
use rustc_data_structures::stable_hasher::{HashStable, HashStableEq, StableHasher};
3434
use rustc_data_structures::tagged_ptr::CopyTaggedPtr;
3535
use rustc_hir as hir;

0 commit comments

Comments
 (0)