We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971948a commit 95f5e5aCopy full SHA for 95f5e5a
Cargo.toml
@@ -7,7 +7,7 @@ categories = ["development-tools::procedural-macro-helpers"]
7
description = "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case."
8
documentation = "https://docs.rs/proc-macro2"
9
edition = "2018"
10
-keywords = ["macros"]
+keywords = ["macros", "syn"]
11
license = "MIT OR Apache-2.0"
12
readme = "README.md"
13
repository = "https://github.com/dtolnay/proc-macro2"
0 commit comments