Skip to content

Commit 29cc755

Browse files
authored
chore: remove accidental grind trace options (#8311)
1 parent a08d182 commit 29cc755

File tree

10 files changed

+0
-30
lines changed

10 files changed

+0
-30
lines changed

src/Std/Data/DHashMap/Lemmas.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ This file contains lemmas about `Std.DHashMap`. Most of the lemmas require
1616
is to provide an instance of `LawfulBEq α`.
1717
-/
1818

19-
set_option trace.grind.ematch.pattern true
20-
2119
open Std.DHashMap.Internal
2220

2321
set_option linter.missingDocs true

src/Std/Data/DHashMap/RawLemmas.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ This file contains lemmas about `Std.Data.DHashMap.Raw`. Most of the lemmas requ
1515
is to provide an instance of `LawfulBEq α`.
1616
-/
1717

18-
set_option trace.grind.ematch.pattern true
19-
2018
open Std.DHashMap.Internal
2119

2220
set_option linter.missingDocs true

src/Std/Data/ExtDHashMap/Lemmas.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ import Std.Data.ExtDHashMap.Basic
1212
This file contains lemmas about `Std.ExtDHashMap`.
1313
-/
1414

15-
set_option trace.grind.ematch.pattern true
16-
1715
set_option linter.missingDocs true
1816
set_option autoImplicit false
1917

src/Std/Data/ExtHashMap/Lemmas.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ import Std.Data.ExtDHashMap.Lemmas
1313
This module contains lemmas about `Std.ExtHashMap`.
1414
-/
1515

16-
set_option trace.grind.ematch.pattern true
17-
1816
set_option linter.missingDocs true
1917
set_option autoImplicit false
2018

src/Std/Data/ExtHashSet/Lemmas.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ import Std.Data.ExtHashSet.Basic
1313
This module contains lemmas about `Std.ExtHashSet`.
1414
-/
1515

16-
set_option trace.grind.ematch.pattern true
17-
1816
set_option linter.missingDocs true
1917
set_option autoImplicit false
2018

src/Std/Data/HashMap/Lemmas.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ This module contains lemmas about `Std.Data.HashMap`. Most of the lemmas require
1616
is to provide an instance of `LawfulBEq α`.
1717
-/
1818

19-
set_option trace.grind.ematch.pattern true
20-
2119
set_option linter.missingDocs true
2220
set_option autoImplicit false
2321

src/Std/Data/HashMap/RawLemmas.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ This module contains lemmas about `Std.Data.HashMap.Raw`. Most of the lemmas req
1515
is to provide an instance of `LawfulBEq α`.
1616
-/
1717

18-
set_option trace.grind.ematch.pattern true
19-
2018
set_option linter.missingDocs true
2119
set_option autoImplicit false
2220

src/Std/Data/HashSet/Lemmas.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ This module contains lemmas about `Std.Data.HashSet`. Most of the lemmas require
1515
is to provide an instance of `LawfulBEq α`.
1616
-/
1717

18-
set_option trace.grind.ematch.pattern true
19-
2018
set_option linter.missingDocs true
2119
set_option autoImplicit false
2220

src/Std/Data/HashSet/RawLemmas.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ This module contains lemmas about `Std.Data.HashSet.Raw`. Most of the lemmas req
1515
is to provide an instance of `LawfulBEq α`.
1616
-/
1717

18-
set_option trace.grind.ematch.pattern true
19-
2018
set_option linter.missingDocs true
2119
set_option autoImplicit false
2220

tests/lean/run/grind_map_uniform.lean

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)