aboutsummaryrefslogtreecommitdiff
path: root/syn/codegen/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'syn/codegen/README.md')
-rw-r--r--syn/codegen/README.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/syn/codegen/README.md b/syn/codegen/README.md
deleted file mode 100644
index df46bd2..0000000
--- a/syn/codegen/README.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# syn_codegen
-
-This is an internal (not published on crates.io) crate which is used to generate
-the files in the `gen/` directory of `syn`. It is used to ensure that the
-implementations for `Fold`, `Visit`, and `VisitMut` remain in sync with the
-actual AST.
-
-To run this program, run `cargo run` in this directory, and the `gen/` folder
-will be re-generated.
-
-This program is slow, and is therefore not run when building `syn` as part of
-the build script to save on compile time.