This PR ensures that for modules opted into the experimental module system, we do not import module docstrings or declaration ranges. Excluding declaration docstrings as well would require some more work to make `[inherit_doc]` leave a mere reference to the other declaration instead of copying its docstring eagerly.
4 lines
73 B
Bash
Executable file
4 lines
73 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
rm -rf .lake/build
|
|
LEAN_ABORT_ON_PANIC=1 lake build
|