mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Use ArrayString instead of hand rolled data structure
This commit is contained in:
parent
e37ba706cc
commit
3b2ba59526
5 changed files with 6 additions and 39 deletions
|
@ -20,6 +20,7 @@
|
|||
#![allow(missing_docs)]
|
||||
//#![warn(unreachable_pub)] // rust-lang/rust#47816
|
||||
|
||||
extern crate arrayvec;
|
||||
extern crate drop_bomb;
|
||||
extern crate itertools;
|
||||
extern crate parking_lot;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue