commit | dfc886ba94a2d63b5781e9a7abf3ddc27bfb4227 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Jan 06 08:03:09 2018 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Jan 06 08:04:58 2018 -0800 |
tree | d87e334ebf23d8c721c4c0595c2e2e6de5311dff | |
parent | 04c5dcac336460374438ddf160bd0cbb689adf7d [diff] [blame] |
Move Cursor and TokenBuffer into buffer module
diff --git a/src/expr.rs b/src/expr.rs index 200a884..ee7aa19 100644 --- a/src/expr.rs +++ b/src/expr.rs
@@ -804,7 +804,7 @@ #[cfg(feature = "full")] use proc_macro2::TokenStream; use synom::Synom; - use cursor::Cursor; + use buffer::Cursor; #[cfg(feature = "full")] use parse_error; use synom::PResult;