aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2019-08-30 23:18:16 -0700
committerDavid Tolnay <dtolnay@gmail.com>2019-08-30 23:18:16 -0700
commitf75cb3278e8ab144315bd87ec8f2812c0dd96b2e (patch)
treecad339eac1d1337965c876e4f2bebde49d81c213 /src/lib.rs
parentb68d4636d54a5777351a3385b45154e2f712e133 (diff)
downloadproc-macro2-f75cb3278e8ab144315bd87ec8f2812c0dd96b2e.tar.gz
Release 1.0.2
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 81487fb..9f1d89b 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -77,7 +77,7 @@
//! a different thread.
// Proc-macro2 types in rustdoc of other crates get linked to here.
-#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.1")]
+#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.2")]
#![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))]
#![cfg_attr(super_unstable, feature(proc_macro_raw_ident, proc_macro_def_site))]