We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9bc71 commit 36920b1Copy full SHA for 36920b1
Cargo.toml
@@ -13,8 +13,8 @@ repository = "https://github.com/dtolnay/proc-macro2"
13
rust-version = "1.56"
14
15
[package.metadata.docs.rs]
16
-rustc-args = ["--cfg", "procmacro2_semver_exempt"]
17
-rustdoc-args = ["--cfg", "procmacro2_semver_exempt", "--generate-link-to-definition"]
+rustc-args = ["--cfg=procmacro2_semver_exempt"]
+rustdoc-args = ["--cfg=procmacro2_semver_exempt", "--generate-link-to-definition"]
18
targets = ["x86_64-unknown-linux-gnu"]
19
20
[package.metadata.playground]
0 commit comments