Remove default package.readme metadata from Cargo.toml

Since cargo 1.46.0, README.md is recognized by default.
This commit is contained in:
David Tolnay 2022-09-14 09:15:59 -07:00
parent 8c4881a3ad
commit 228add34e3
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ edition = "2018"
exclude = ["performance.png", "chart/**"]
keywords = ["integer"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/dtolnay/itoa"
rust-version = "1.36"