Skip to content

Commit 36920b1

Browse files
committed
Combine rustdoc semver exempt cfg into one argument
1 parent 3a9bc71 commit 36920b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ repository = "https://github.com/dtolnay/proc-macro2"
1313
rust-version = "1.56"
1414

1515
[package.metadata.docs.rs]
16-
rustc-args = ["--cfg", "procmacro2_semver_exempt"]
17-
rustdoc-args = ["--cfg", "procmacro2_semver_exempt", "--generate-link-to-definition"]
16+
rustc-args = ["--cfg=procmacro2_semver_exempt"]
17+
rustdoc-args = ["--cfg=procmacro2_semver_exempt", "--generate-link-to-definition"]
1818
targets = ["x86_64-unknown-linux-gnu"]
1919

2020
[package.metadata.playground]

0 commit comments

Comments
 (0)