Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Okushi <[email protected]>
  • Loading branch information
JohnTitor committed Jul 16, 2022
1 parent c94ee26 commit 63bbfbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/translate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use rustc_middle::ty::{
fold::{BottomUpFolder, TypeFoldable, TypeFolder},
subst::{GenericArg, InternalSubsts, SubstsRef},
GenericParamDefKind, ParamEnv, Predicate, Region, Term, TraitRef, Ty, TyCtxt,
TypeSuperFoldable, Unevaluated,
TypeSuperFoldable, TypeVisitable, Unevaluated,
};
use std::collections::HashMap;

Expand Down

0 comments on commit 63bbfbe

Please sign in to comment.