This commit is contained in:
bluss
2016-10-04 14:46:25 +02:00
parent 7a7ec178b9
commit d43c959fa8
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -19,6 +19,7 @@
//! - Requires Rust stable channel
//! - Depend on generic-array and allow using it just like a fixed
//! size array for ArrayVec storage.
#![doc(html_root_url="https://docs.rs/arrayvec/0.3/")]
#![cfg_attr(not(feature="std"), no_std)]
extern crate odds;
extern crate nodrop;