Skip to content

Commit

Permalink
chore(Algebra/Ring): remove variables unused in section (#17178)
Browse files Browse the repository at this point in the history
Perhaps we should have a linter for this... @adomani?
  • Loading branch information
b-mehta committed Sep 30, 2024
1 parent ab33709 commit 2e75a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/Algebra/Ring/Defs.lean
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ end NonAssocRing

section Ring

variable [Ring α] {a b c d e : α}
variable [Ring α]

-- A (unital, associative) ring is a not-necessarily-unital ring
-- see Note [lower instance priority]
Expand Down

0 comments on commit 2e75a75

Please sign in to comment.