Release 0.15.42
diff --git a/Cargo.toml b/Cargo.toml
index 956f3ec..b518df9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "syn"
-version = "0.15.41" # don't forget to update html_root_url and syn.json
+version = "0.15.42" # don't forget to update html_root_url and syn.json
 authors = ["David Tolnay <dtolnay@gmail.com>"]
 license = "MIT OR Apache-2.0"
 description = "Parser for Rust source code"
diff --git a/src/lib.rs b/src/lib.rs
index 37dca99..35d0767 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -235,7 +235,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.41")]
+#![doc(html_root_url = "https://docs.rs/syn/0.15.42")]
 #![allow(unknown_lints, bare_trait_objects, ellipsis_inclusive_range_patterns)]
 #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
 #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
diff --git a/syn.json b/syn.json
index c45c835..8d35d4a 100644
--- a/syn.json
+++ b/syn.json
@@ -1,5 +1,5 @@
 {
-  "version": "0.15.41",
+  "version": "0.15.42",
   "types": [
     {
       "ident": "Abi",