1
Fork 0

remove unused imports

This commit is contained in:
Takayuki Maeda 2022-12-26 15:01:20 +09:00
parent 7a6af2711b
commit a8f468f5c6
6 changed files with 2 additions and 6 deletions

View file

@ -81,7 +81,6 @@ use rustc_span::Span;
use rustc_trait_selection::traits::error_reporting::TypeErrCtxtExt;
use rustc_trait_selection::traits::outlives_bounds::InferCtxtExt as _;
use rustc_trait_selection::traits::{self, translate_substs, wf, ObligationCtxt};
use tracing::instrument;
pub(super) fn check_min_specialization(tcx: TyCtxt<'_>, impl_def_id: LocalDefId) {
if let Some(node) = parent_specialization_node(tcx, impl_def_id) {