Remove readme field from Cargo.toml

This commit is contained in:
Taiki Endo 2021-02-14 19:45:00 +09:00
parent 97cce132a0
commit b14160209c
1 changed files with 0 additions and 1 deletions

View File

@ -6,6 +6,5 @@ edition = "2018"
description = "A simple object arena"
repository = "https://github.com/smol-rs/vec-arena"
documentation = "https://docs.rs/vec-arena"
readme = "README.md"
license = "Apache-2.0 OR MIT"
categories = ["memory-management"]