Skip to content

Commit 82c07f0

Browse files
partially_normalize_... -> At::normalize
1 parent fc108d4 commit 82c07f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_utils/src/ty.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ use rustc_span::symbol::Ident;
2222
use rustc_span::{sym, Span, Symbol, DUMMY_SP};
2323
use rustc_target::abi::{Size, VariantIdx};
2424
use rustc_trait_selection::infer::InferCtxtExt;
25+
use rustc_trait_selection::traits::NormalizeExt;
2526
use rustc_trait_selection::traits::query::normalize::AtExt;
2627
use std::iter;
2728

0 commit comments

Comments
 (0)