We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec804f1 commit bc369f0Copy full SHA for bc369f0
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "proc-macro2"
3
-version = "1.0.50" # remember to update html_root_url
+version = "1.0.51" # remember to update html_root_url
4
authors = ["David Tolnay <dtolnay@gmail.com>", "Alex Crichton <alex@alexcrichton.com>"]
5
autobenches = false
6
categories = ["development-tools::procedural-macro-helpers"]
src/lib.rs
@@ -86,7 +86,7 @@
86
//! a different thread.
87
88
// Proc-macro2 types in rustdoc of other crates get linked to here.
89
-#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.50")]
+#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.51")]
90
#![cfg_attr(
91
any(proc_macro_span, super_unstable),
92
feature(proc_macro_span, proc_macro_span_shrink)
0 commit comments