Skip to content

Commit 415f2a2

Browse files
kim-emclaude
andcommitted
feat: import Lean.LibrarySuggestions.Default in Mathlib.Init
This enables the `+suggestions` modes in tactics (like `grind +suggestions`) to work throughout Mathlib without requiring explicit imports. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 790901a commit 415f2a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Mathlib/Init.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module
22

33
public import Lean.Linter.Sets -- for the definition of linter sets
4+
public import Lean.LibrarySuggestions.Default -- for `+suggestions` modes in tactics
45
public import Mathlib.Tactic.Linter.CommandStart
56
public import Mathlib.Tactic.Linter.DeprecatedSyntaxLinter
67
public import Mathlib.Tactic.Linter.DirectoryDependency

0 commit comments

Comments
 (0)