Skip to content

Commit fe1e7d5

Browse files
authored
chore: restore #8656 (#10758)
This PR restores the change in #8656, which removed `autoImplicit = false` from the default lake template (per previous discussions linked there). This was accidentally reverted in #8866.
1 parent fbe98d7 commit fe1e7d5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lake/Lake/CLI/Init.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ package {repr pkgName} where
171171
keywords := #[\"math\"]
172172
leanOptions := #[
173173
⟨`pp.unicode.fun, true⟩, -- pretty-prints `fun a ↦ b`
174-
⟨`autoImplicit, false⟩,
175174
⟨`relaxedAutoImplicit, false⟩,
176175
⟨`maxSynthPendingDepth, .ofNat 3⟩,
177176
⟨`weak.linter.mathlibStandardSet, true⟩,
@@ -192,7 +191,6 @@ defaultTargets = [{repr libRoot}]
192191
193192
[leanOptions]
194193
pp.unicode.fun = true # pretty-prints `fun a ↦ b`
195-
autoImplicit = false
196194
relaxedAutoImplicit = false
197195
weak.linter.mathlibStandardSet = true
198196
maxSynthPendingDepth = 3

0 commit comments

Comments
 (0)