smol_str to a crate

This commit is contained in:
Aleksey Kladov 2018-08-13 14:24:22 +03:00
parent 18486a02fa
commit ed2ac17133
11 changed files with 101 additions and 23 deletions

View file

@ -21,10 +21,11 @@
//#![warn(unreachable_pub)] // rust-lang/rust#47816
extern crate itertools;
extern crate text_unit;
extern crate unicode_xid;
extern crate drop_bomb;
extern crate parking_lot;
extern crate smol_str;
extern crate text_unit;
pub mod algo;
pub mod ast;
@ -35,7 +36,6 @@ mod grammar;
mod parser_impl;
mod syntax_kinds;
mod smol_str;
mod yellow;
/// Utilities for simple uses of the parser.
pub mod utils;