From efac9137d373bf79b9ffee6ef5da17b04bea04a7 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 31 Jul 2022 19:21:45 -0700 Subject: [PATCH] Unwrap description to one line in toml --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 951c9b9a..8580e955 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,10 +4,7 @@ version = "1.0.42" # remember to update html_root_url authors = ["David Tolnay ", "Alex Crichton "] autobenches = false categories = ["development-tools::procedural-macro-helpers"] -description = """ -A substitute implementation of the compiler's `proc_macro` API to decouple -token-based libraries from the procedural macro use case. -""" +description = "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case." documentation = "https://docs.rs/proc-macro2" edition = "2018" keywords = ["macros"]