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 ee04a5d commit 15cc498Copy full SHA for 15cc498
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "proc-macro2"
3
-version = "0.1.10"
+version = "0.1.10" # remember to update html_root_url
4
authors = ["Alex Crichton <alex@alexcrichton.com>"]
5
license = "MIT/Apache-2.0"
6
readme = "README.md"
src/lib.rs
@@ -19,6 +19,9 @@
19
//! This'll allow immediate usage of the beneficial upstream API, particularly
20
//! around preserving span information.
21
22
+// Proc-macro2 types in rustdoc of other crates get linked to here.
23
+#![doc(html_root_url = "https://docs.rs/proc-macro2/0.1.10")]
24
+
25
#![cfg_attr(feature = "nightly", feature(proc_macro))]
26
27
extern crate proc_macro;
0 commit comments