Use ArrayString instead of hand rolled data structure

This commit is contained in:
Adolfo Ochagavía 2018-11-07 11:58:34 +01:00
parent e37ba706cc
commit 3b2ba59526
5 changed files with 6 additions and 39 deletions

View file

@ -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;