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 172b61f commit 60b48bdCopy full SHA for 60b48bd
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "proc-macro2"
3
-version = "0.4.11" # remember to update html_root_url
+version = "0.4.12" # 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
@@ -43,7 +43,7 @@
43
//! [ts]: https://doc.rust-lang.org/proc_macro/struct.TokenStream.html
44
45
// Proc-macro2 types in rustdoc of other crates get linked to here.
46
-#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.11")]
+#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.12")]
47
#![cfg_attr(
48
feature = "nightly",
49
feature(proc_macro_raw_ident, proc_macro_span)
0 commit comments