-
-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unwrap description to one line in toml
- Loading branch information
Showing
1 changed file
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,7 @@ version = "1.0.42" # remember to update html_root_url | |
authors = ["David Tolnay <[email protected]>", "Alex Crichton <[email protected]>"] | ||
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"] | ||
|