This commit is contained in:
bluss
2016-09-28 11:12:39 +02:00
parent 3d2dcb4252
commit f331bb1228
3 changed files with 9 additions and 2 deletions
+1
View File
@@ -16,6 +16,7 @@
//!
//! - `use_generic_array`
//! - Optional
//! - Requires Rust stable channel
//! - Depend on generic-array and allow using it just like a fixed
//! size array for ArrayVec storage.
#![cfg_attr(not(feature="std"), no_std)]