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 68956e6 commit 594c865Copy full SHA for 594c865
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quote"
3
-version = "1.0.40"
+version = "1.0.41"
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.40")]
+#![doc(html_root_url = "https://docs.rs/quote/1.0.41")]
93
#![allow(
94
clippy::doc_markdown,
95
clippy::elidable_lifetime_names,
0 commit comments