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 4a9f0da commit 3751785Copy full SHA for 3751785
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "macrotest"
3
-version = "1.0.8" # remember to update in lib.rs
+version = "1.0.9" # remember to update in lib.rs
4
authors = ["eupn <[email protected]>"]
5
edition = "2018"
6
license = "MIT OR Apache-2.0"
src/lib.rs
@@ -1,5 +1,5 @@
#![crate_type = "lib"]
-#![doc(html_root_url = "https://docs.rs/macrotest/1.0.8")]
+#![doc(html_root_url = "https://docs.rs/macrotest/1.0.9")]
//! ####   Test harness for macro expansion.
//!
0 commit comments