We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
initialize
privateModule
1 parent 7a5e5b4 commit 8568f33Copy full SHA for 8568f33
1 file changed
MathlibTest/PrivateModuleLinter/initialize.lean
@@ -2,11 +2,9 @@ module
2
3
import Mathlib.Tactic.Linter.PrivateModule
4
5
-set_option linter.privateModule false -- Changed in nightly-testing, as this test no longer works.
6
-
7
open Lean
8
9
--- Should not fire, since `initialize` creates a genuinely public declaration.
+-- Should not fire, since `initialize` has effects downstream despite creating a private decl here.
10
initialize pure ()
11
12
/- Check that we have indeed created a declaration, and aren't not linting just due to being an
0 commit comments