Release 0.15.18
diff --git a/Cargo.toml b/Cargo.toml
index 16d2805..e48eff8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "syn"
-version = "0.15.17" # don't forget to update html_root_url
+version = "0.15.18" # don't forget to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Parser for Rust source code"
diff --git a/src/lib.rs b/src/lib.rs
index 07b739a..dbbeda2 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -236,7 +236,7 @@
//! dynamic library libproc_macro from rustc toolchain.
// Syn types in rustdoc of other crates get linked to here.
-#![doc(html_root_url = "https://docs.rs/syn/0.15.17")]
+#![doc(html_root_url = "https://docs.rs/syn/0.15.18")]
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
#![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
// Ignored clippy lints.