aboutsummaryrefslogtreecommitdiff
path: root/syn/dev/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'syn/dev/README.md')
-rw-r--r--syn/dev/README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/syn/dev/README.md b/syn/dev/README.md
deleted file mode 100644
index 91b9846..0000000
--- a/syn/dev/README.md
+++ /dev/null
@@ -1,6 +0,0 @@
-A little project skeleton for troubleshooting Syn's parsers during development,
-especially when adding support for new Rust syntax.
-
-Place a sample of the syntax you are working on into main.rs and then run `cargo
-check` to try parsing it, revealing the resulting syntax tree or else showing
-the position and error message if the input fails to parse.