FEAT: Add CapacityError::new

This commit is contained in:
bluss
2017-09-24 17:41:40 +02:00
parent 1a202a904e
commit 9825e58061
3 changed files with 3 additions and 10 deletions
-1
View File
@@ -12,7 +12,6 @@ use std::slice;
use array::{Array, ArrayExt};
use array::Index;
use CapacityError;
use errors::PubCrateNew;
use odds::char::encode_utf8;
#[cfg(feature="serde-1")]