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

@@ -1,6 +1,7 @@
extern crate libsyntax2;
extern crate superslice;
extern crate itertools;
extern crate smol_str;
mod extend_selection;
mod symbols;