From eff8af2481b299446ee0638732b08782f460c936 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 4 Jun 2018 00:55:42 -0700 Subject: [PATCH] Display semver exempt APIs on docs.rs --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f009016b..21f8f69b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,9 @@ unstable API. [lib] doctest = false +[package.metadata.docs.rs] +rustdoc-args = ["--cfg", "procmacro2_semver_exempt"] + [dependencies] unicode-xid = "0.1"