Skip to content

Commit 1d25241

Browse files
committed
restore option as no-op to not break the world
1 parent bf46c31 commit 1d25241

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Lean/Language/Lean.lean

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,12 @@ private def getNiceCommandStartPos? (stx : Syntax) : Option String.Pos.Raw := do
355355
stx := stx[1]
356356
stx.getPos?
357357

358+
/-- No-op, deprecated -/
359+
register_builtin_option experimental.module : Bool := {
360+
defValue := false
361+
descr := "no-op, deprecated"
362+
}
363+
358364
/--
359365
Entry point of the Lean language processor.
360366

0 commit comments

Comments
 (0)