Skip to content

Commit

Permalink
chore(logic/equiv/basic): remove nolint (#15329)
Browse files Browse the repository at this point in the history
  • Loading branch information
vihdzp committed Jul 15, 2022
1 parent 6f48d95 commit 11bfd9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/logic/equiv/basic.lean
Expand Up @@ -69,7 +69,6 @@ universes u v w z
variables {α : Sort u} {β : Sort v} {γ : Sort w}

/-- `α ≃ β` is the type of functions from `α → β` with a two-sided inverse. -/
@[nolint has_inhabited_instance]
structure equiv (α : Sort*) (β : Sort*) :=
(to_fun : α → β)
(inv_fun : β → α)
Expand Down

0 comments on commit 11bfd9c

Please sign in to comment.