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 d978c51 commit 0245506Copy full SHA for 0245506
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quote"
3
-version = "1.0.37"
+version = "1.0.38"
4
authors = ["David Tolnay <[email protected]>"]
5
autobenches = false
6
categories = ["development-tools::procedural-macro-helpers"]
src/lib.rs
@@ -92,7 +92,7 @@
92
//! [prettyplease]: https://github.com/dtolnay/prettyplease
93
94
// Quote types in rustdoc of other crates get linked to here.
95
-#![doc(html_root_url = "https://docs.rs/quote/1.0.37")]
+#![doc(html_root_url = "https://docs.rs/quote/1.0.38")]
96
#![allow(
97
clippy::doc_markdown,
98
clippy::missing_errors_doc,
0 commit comments