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
@@ -69,7 +69,6 @@ pub use array::Array;
pub use range::RangeArgument;
use array::Index;
pub use array_string::ArrayString;
use errors::PubCrateNew;
pub use errors::CapacityError;