We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
html_root_url
1 parent 0a67dde commit b2529efCopy full SHA for b2529ef
src/lib.rs
@@ -1,6 +1,6 @@
1
//! A set of procedural macros for deriving useful functionality on enums.
2
3
-#![doc(html_root_url = "https://docs.rs/enum-utils/0.1.2")]
+#![doc(html_root_url = "https://docs.rs/enum-utils/0.1.3")]
4
#![no_std]
5
6
extern crate proc_macro;
0 commit comments