aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Gohman <sunfish@mozilla.com>2020-06-15 16:01:18 -0700
committerGitHub <noreply@github.com>2020-06-15 23:01:18 +0000
commit335aaf364cf8435fb9e3aa8d6cef2c2287776ad7 (patch)
tree4039a684a1928e3bfac9835bd7bf202a82d519f3
parent408b1584646338e9e1e8e4fd7e2d127aef8ebd0a (diff)
downloadr-alacritty-vte-335aaf364cf8435fb9e3aa8d6cef2c2287776ad7.tar.gz
r-alacritty-vte-335aaf364cf8435fb9e3aa8d6cef2c2287776ad7.tar.bz2
r-alacritty-vte-335aaf364cf8435fb9e3aa8d6cef2c2287776ad7.zip
Remove outdated documentation
-rw-r--r--README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/README.md b/README.md
index 014795f..a9c016a 100644
--- a/README.md
+++ b/README.md
@@ -15,11 +15,5 @@ useful with the parsed data. The `Parser` handles the book keeping, and the
See the [docs] for more info.
-## Developer Notes
-
-If contributing to either `vte` or the `utf8parse` crate and modifying a
-_table.rs.in_ file, make sure to `cargo run` from the _codegen_ folder so that
-the compiled tables are updated.
-
[Paul Williams' ANSI parser state machine]: https://vt100.net/emu/dec_ansi_parser
[docs]: https://docs.rs/crate/vte/