Skip to content

Commit 5b25c4e

Browse files
committed
fix test
1 parent 23925f2 commit 5b25c4e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

MathlibTest/ToDual.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ structure Lattice (α : Type) extends SemilatticeInf α, SemilatticeSup α
3232
attribute [to_dual existing] Lattice.toSemilatticeInf
3333

3434
-- we can reorder arguments of arguments in `SemilatticeInf.mk`
35-
set_option linter.impossibleInstance false in
3635
@[to_dual, reducible]
3736
def le_inf_test [Min α] (le_inf : ∀ a b c : α, a ≤ b → a ≤ c → a ≤ b ⊓ c) : SemilatticeInf α where
3837
le_inf

0 commit comments

Comments
 (0)