Skip to content

Commit b2529ef

Browse files
Match html_root_url
1 parent 0a67dde commit b2529ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! A set of procedural macros for deriving useful functionality on enums.
22
3-
#![doc(html_root_url = "https://docs.rs/enum-utils/0.1.2")]
3+
#![doc(html_root_url = "https://docs.rs/enum-utils/0.1.3")]
44
#![no_std]
55

66
extern crate proc_macro;

0 commit comments

Comments
 (0)