DOC: Rust version in docs
Required rust version should be in rustdoc Reason: Written in one or a few places. Information is versioned with the crate on docs.rs
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
arrayvec
|
arrayvec
|
||||||
========
|
========
|
||||||
|
|
||||||
A vector with fixed capacity. Requires Rust 1.12.0 or later.
|
A vector with fixed capacity.
|
||||||
|
|
||||||
Please read the `API documentation here`__
|
Please read the `API documentation here`__
|
||||||
|
|
||||||
|
|||||||
+2
-1
@@ -5,7 +5,6 @@
|
|||||||
//!
|
//!
|
||||||
//! - `std`
|
//! - `std`
|
||||||
//! - Optional, enabled by default
|
//! - Optional, enabled by default
|
||||||
//! - Requires Rust 1.6 *to disable*
|
|
||||||
//! - Use libstd
|
//! - Use libstd
|
||||||
//!
|
//!
|
||||||
//! - `use_union`
|
//! - `use_union`
|
||||||
@@ -14,6 +13,8 @@
|
|||||||
//! - Use the unstable feature untagged unions for the internal implementation,
|
//! - Use the unstable feature untagged unions for the internal implementation,
|
||||||
//! which has reduced space overhead
|
//! which has reduced space overhead
|
||||||
//!
|
//!
|
||||||
|
//! **arrayvec Requires Rust 1.18**
|
||||||
|
//!
|
||||||
#![doc(html_root_url="https://docs.rs/arrayvec/0.3/")]
|
#![doc(html_root_url="https://docs.rs/arrayvec/0.3/")]
|
||||||
#![cfg_attr(not(feature="std"), no_std)]
|
#![cfg_attr(not(feature="std"), no_std)]
|
||||||
extern crate odds;
|
extern crate odds;
|
||||||
|
|||||||
Reference in New Issue
Block a user