Skip to content

Commit 697f457

Browse files
committed
fmt
1 parent 3506378 commit 697f457

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
@@ -842,7 +842,6 @@ impl<'tcx> rustc_type_ir::inherent::Features<TyCtxt<'tcx>> for &'tcx rustc_featu
842842
// This is to prevent accidentally leaking unstable APIs to stable.
843843
!self.staged_api() && self.enabled(symbol)
844844
}
845-
846845
}
847846

848847
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
@@ -594,7 +594,6 @@ pub trait Features<I: Interner>: Copy {
594594
fn associated_const_equality(self) -> bool;
595595

596596
fn feature_bound_holds_in_crate(self, symbol: I::Symbol) -> bool;
597-
598597
}
599598

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

0 commit comments

Comments
 (0)