mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
smol_str to a crate
This commit is contained in:
parent
18486a02fa
commit
ed2ac17133
11 changed files with 101 additions and 23 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue