commit | 279519f0b426d1a9c9a7f95bf3353e716d41fa0f | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sun Nov 11 11:31:43 2018 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Sun Nov 11 11:31:43 2018 -0800 |
tree | 742f89b08ab06515050c59038a3f853561c1d881 | |
parent | 3f8382d1bb42f0121707660b9b7f0628a371c840 [diff] |
Attempt to unbreak docs.rs build
diff --git a/Cargo.toml b/Cargo.toml index ac85670..0c7f03b 100644 --- a/Cargo.toml +++ b/Cargo.toml
@@ -19,6 +19,7 @@ doctest = false [package.metadata.docs.rs] +rustc-args = ["--cfg", "procmacro2_semver_exempt"] rustdoc-args = ["--cfg", "procmacro2_semver_exempt"] [dependencies]