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 3ff6882 commit ab1e92cCopy full SHA for ab1e92c
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quote"
3
-version = "1.0.39"
+version = "1.0.40"
4
authors = ["David Tolnay <[email protected]>"]
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.39")]
+#![doc(html_root_url = "https://docs.rs/quote/1.0.40")]
93
#![allow(
94
clippy::doc_markdown,
95
clippy::elidable_lifetime_names,
0 commit comments