MAINT: Port to Rust 2018 edition

This commit is contained in:
bluss
2019-09-02 22:07:30 +02:00
parent f952e2c788
commit e86a32d454
6 changed files with 16 additions and 15 deletions
+1
View File
@@ -3,6 +3,7 @@ name = "arrayvec"
version = "0.4.11"
authors = ["bluss"]
license = "MIT/Apache-2.0"
edition = "2018"
description = "A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString."
documentation = "https://docs.rs/arrayvec/"