Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Mathlib/Data/PNat/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ theorem bot_eq_one : (⊥ : ℕ+) = 1 :=
rfl
#align pnat.bot_eq_one PNat.bot_eq_one

-- Porting note: deprecated
-- Porting note (#11229): deprecated
section deprecated

set_option linter.deprecated false
Expand Down Expand Up @@ -256,7 +256,7 @@ theorem lt_add_right (n m : ℕ+) : n < n + m :=
(lt_add_left n m).trans_eq (add_comm _ _)
#align pnat.lt_add_right PNat.lt_add_right

-- Porting note: deprecated
-- Porting note (#11229): deprecated
section deprecated

set_option linter.deprecated false
Expand Down
4 changes: 2 additions & 2 deletions Mathlib/SetTheory/Cardinal/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ instance commSemiring : CommSemiring Cardinal.{u} where
natCast_zero := rfl
natCast_succ := Cardinal.cast_succ

/-! Porting note: Deprecated section. Remove. -/
/-! Porting note (#11229): Deprecated section. Remove. -/
section deprecated
set_option linter.deprecated false

Expand Down Expand Up @@ -618,7 +618,7 @@ theorem lift_mul (a b : Cardinal.{u}) : lift.{v} (a * b) = lift.{v} a * lift.{v}
mk_congr <| Equiv.ulift.trans (Equiv.prodCongr Equiv.ulift Equiv.ulift).symm
#align cardinal.lift_mul Cardinal.lift_mul

/-! Porting note: Deprecated section. Remove. -/
/-! Porting note (#11229): Deprecated section. Remove. -/
section deprecated
set_option linter.deprecated false

Expand Down