Skip to content

Commit e4e9661

Browse files
authored
Merge pull request #539 from Seasawher/auto-update-branch
2 parents 003fce4 + a306a5d commit e4e9661

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

docs/attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Attributes
22

3-
Mathlib version: `786ca91ad0b41b6ee048e3dcdd23cc71807fddbb`
3+
Mathlib version: `e107beb8dfc1e4cf1cfd9904df8770b3e862c049`
44

55
## Std.Internal.tree_tac
66
simp theorems used by internal DTreeMap lemmas

docs/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Commands
22

3-
Mathlib version: `786ca91ad0b41b6ee048e3dcdd23cc71807fddbb`
3+
Mathlib version: `e107beb8dfc1e4cf1cfd9904df8770b3e862c049`
44

55
## \#adaptation_note
66
Defined in: `adaptationNoteCmd`

docs/options.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Options
22

3-
Mathlib version: `786ca91ad0b41b6ee048e3dcdd23cc71807fddbb`
3+
Mathlib version: `e107beb8dfc1e4cf1cfd9904df8770b3e862c049`
44

55
## Elab.async
66
type: `Bool`
@@ -1297,6 +1297,13 @@ default: `true`
12971297

12981298
enable the 'unreachable tactic' linter
12991299

1300+
## linter.unusedDecidableInType
1301+
type: `Bool`
1302+
1303+
default: `false`
1304+
1305+
enable the unused `Decidable*` instance linter, which lints against `Decidable*` instances in the hypotheses of theorems which are not used in the type, and can therefore be replaced by a use of `classical` in the proof.
1306+
13001307
## linter.unusedRCasesPattern
13011308
type: `Bool`
13021309

docs/tactics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tactics
22

3-
Mathlib version: `786ca91ad0b41b6ee048e3dcdd23cc71807fddbb`
3+
Mathlib version: `e107beb8dfc1e4cf1cfd9904df8770b3e862c049`
44

55
## \#adaptation_note
66
Defined in: `«tactic#adaptation_note_»`

lake-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "",
8-
"rev": "786ca91ad0b41b6ee048e3dcdd23cc71807fddbb",
8+
"rev": "e107beb8dfc1e4cf1cfd9904df8770b3e862c049",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
1111
"inputRev": "master",

0 commit comments

Comments
 (0)