diff options
author | Dan Gohman <sunfish@mozilla.com> | 2020-06-15 16:01:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 23:01:18 +0000 |
commit | 335aaf364cf8435fb9e3aa8d6cef2c2287776ad7 (patch) | |
tree | 4039a684a1928e3bfac9835bd7bf202a82d519f3 | |
parent | 408b1584646338e9e1e8e4fd7e2d127aef8ebd0a (diff) | |
download | r-alacritty-vte-335aaf364cf8435fb9e3aa8d6cef2c2287776ad7.tar.gz r-alacritty-vte-335aaf364cf8435fb9e3aa8d6cef2c2287776ad7.tar.bz2 r-alacritty-vte-335aaf364cf8435fb9e3aa8d6cef2c2287776ad7.zip |
Remove outdated documentation
-rw-r--r-- | README.md | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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/ |