fix non-existing ToPredicate trait error
This commit is contained in:
parent
2892302aef
commit
39e193964e
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ use crate::middle::codegen_fn_attrs::CodegenFnAttrFlags;
|
|||
use crate::query::{IntoQueryParam, Providers};
|
||||
use crate::ty::layout::{FloatExt, IntegerExt};
|
||||
use crate::ty::{
|
||||
self, Asyncness, FallibleTypeFolder, ToPredicate, Ty, TyCtxt, TypeFoldable, TypeFolder,
|
||||
TypeSuperFoldable, TypeVisitableExt, Upcast,
|
||||
self, Asyncness, FallibleTypeFolder, Ty, TyCtxt, TypeFoldable, TypeFolder, TypeSuperFoldable,
|
||||
TypeVisitableExt, Upcast,
|
||||
};
|
||||
use crate::ty::{GenericArgKind, GenericArgsRef};
|
||||
use rustc_apfloat::Float as _;
|
||||
|
|
Loading…
Add table
Reference in a new issue