From 1d793fd29cfff04ed5182fe00f4009b1313940e9 Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Fri, 9 Nov 2018 10:54:39 +0100 Subject: [PATCH] fix missing doc link in jemalloc-ctl docs --- jemalloc-ctl/src/macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jemalloc-ctl/src/macros.rs b/jemalloc-ctl/src/macros.rs index aba542d..aeec5c1 100644 --- a/jemalloc-ctl/src/macros.rs +++ b/jemalloc-ctl/src/macros.rs @@ -26,7 +26,7 @@ macro_rules! types { Ok([<$id _mib>](Self::NAME.$name_to_mib()?)) } - /// Key [`Name`]. + /// Key [`::keys::Name`]. pub fn name() -> &'static ::keys::Name { Self::NAME }