Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schievink committed Mar 30, 2020
1 parent 12d9f4e commit fd8f818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustc_ty/instance.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
use rustc_hir::def_id::DefId;
use rustc_infer::infer::TyCtxtInferExt;
use rustc_middle::ty::subst::SubstsRef;
use rustc_middle::ty::{self, Instance, TyCtxt, TypeFoldable};
use rustc_infer::infer::TyCtxtInferExt;
use rustc_span::sym;
use rustc_target::spec::abi::Abi;
use rustc_trait_selection::traits;
use traits::{Reveal, translate_substs};
use traits::{translate_substs, Reveal};

use log::debug;

Expand Down

0 comments on commit fd8f818

Please sign in to comment.