diff options
author | Greg Brown <gmb60@cam.ac.uk> | 2021-04-30 14:36:54 +0100 |
---|---|---|
committer | Greg Brown <gmb60@cam.ac.uk> | 2021-04-30 14:36:54 +0100 |
commit | d93ba45b0a952dea06f5cc5326eefb0818525912 (patch) | |
tree | 01cffb12342546cd95e13ee2e9a944295264971e /chomp-macro/src | |
parent | 449695dcf87d26b0d06a51ca27bbc8214338f954 (diff) |
Move items in `nibble::cst` to `nibble`
Diffstat (limited to 'chomp-macro/src')
-rw-r--r-- | chomp-macro/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chomp-macro/src/lib.rs b/chomp-macro/src/lib.rs index 91e1527..67964ec 100644 --- a/chomp-macro/src/lib.rs +++ b/chomp-macro/src/lib.rs @@ -9,7 +9,7 @@ use chomp::{ visit::Visitable, }, lower::RustBackend, - nibble::cst::File, + nibble::File, }; use proc_macro::TokenStream; use syn::Error; |