aboutsummaryrefslogtreecommitdiff
path: root/codegen/src/ext
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2016-09-17 17:02:29 -0700
committerJoe Wilm <joe@jwilm.com>2016-09-17 17:03:25 -0700
commit917080a5c27b3310daab135f9bfdbc531cb54186 (patch)
tree29e73dbde735185a6edbf0e7d3b1c354cf6a75b5 /codegen/src/ext
parent85388ab070fbc41c8cce3ffbfbcc0d1d917109e0 (diff)
downloadr-alacritty-vte-917080a5c27b3310daab135f9bfdbc531cb54186.tar.gz
r-alacritty-vte-917080a5c27b3310daab135f9bfdbc531cb54186.tar.bz2
r-alacritty-vte-917080a5c27b3310daab135f9bfdbc531cb54186.zip
Move utf8 parsing into separate crate
Diffstat (limited to 'codegen/src/ext')
-rw-r--r--codegen/src/ext/utf8.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/codegen/src/ext/utf8.rs b/codegen/src/ext/utf8.rs
index 5b73081..17ebc22 100644
--- a/codegen/src/ext/utf8.rs
+++ b/codegen/src/ext/utf8.rs
@@ -13,7 +13,7 @@ use syntex_syntax::parse::PResult;
use syntex_syntax::ptr::P;
use syntex_syntax::tokenstream::TokenTree;
-#[path="../../../src/utf8/types.rs"]
+#[path="../../../utf8parse/src/types.rs"]
mod types;
use self::types::{State, Action, pack};