aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2019-05-08 13:39:08 -0700
committerDavid Tolnay <dtolnay@gmail.com>2019-05-08 13:39:08 -0700
commitf514921bb4405fea72b6289c200152f797d8b127 (patch)
tree6fe44888b537299fbc17ff5765bb99899288d2c9 /src/lib.rs
parent1ef4d12484af055284bec8651cab8ccda7c31f2a (diff)
downloadproc-macro2-f514921bb4405fea72b6289c200152f797d8b127.tar.gz
Release 0.4.30
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 526783a..7181455 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -79,7 +79,7 @@
//! Semver exempt methods are marked as such in the proc-macro2 documentation.
// Proc-macro2 types in rustdoc of other crates get linked to here.
-#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.29")]
+#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.30")]
#![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))]