Remove rule tables from README

This commit is contained in:
Martin Fischer 2023-02-15 21:31:24 +01:00 committed by Charlie Marsh
parent bf8108469f
commit 8195873cdf
5 changed files with 11 additions and 835 deletions

View file

@ -61,6 +61,9 @@ def main() -> None:
f.write(block[0])
if filename == "rules.md":
f.write(subprocess.check_output(["cargo", "dev", "generate-rules-table"], encoding="utf-8"))
# Copy the CONTRIBUTING.md.
shutil.copy("CONTRIBUTING.md", "docs/contributing.md")