Skip to content

Commit 5529925

Browse files
committed
fmt
1 parent e95d842 commit 5529925

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

compiler/rustc_middle/src/ty/context.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,6 @@ impl<'tcx> rustc_type_ir::inherent::Features<TyCtxt<'tcx>> for &'tcx rustc_featu
839839
// This is to prevent accidentally leaking unstable APIs to stable.
840840
!self.staged_api() && self.enabled(symbol)
841841
}
842-
843842
}
844843

845844
impl<'tcx> rustc_type_ir::inherent::Span<TyCtxt<'tcx>> for Span {

compiler/rustc_type_ir/src/inherent.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,6 @@ pub trait Features<I: Interner>: Copy {
585585
fn associated_const_equality(self) -> bool;
586586

587587
fn feature_bound_holds_in_crate(self, symbol: I::Symbol) -> bool;
588-
589588
}
590589

591590
pub trait DefId<I: Interner>: Copy + Debug + Hash + Eq + TypeFoldable<I> {

0 commit comments

Comments
 (0)