We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683c1d6 commit bb9e7a4Copy full SHA for bb9e7a4
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quote"
3
-version = "1.0.41"
+version = "1.0.42"
4
authors = ["David Tolnay <dtolnay@gmail.com>"]
5
autobenches = false
6
categories = ["development-tools::procedural-macro-helpers"]
src/lib.rs
@@ -89,7 +89,7 @@
89
//! [prettyplease]: https://github.com/dtolnay/prettyplease
90
91
// Quote types in rustdoc of other crates get linked to here.
92
-#![doc(html_root_url = "https://docs.rs/quote/1.0.41")]
+#![doc(html_root_url = "https://docs.rs/quote/1.0.42")]
93
#![allow(
94
clippy::doc_markdown,
95
clippy::elidable_lifetime_names,
0 commit comments