From 0ad9a4d26e1757d55a4c3dc81f3cad01ce7db12a Mon Sep 17 00:00:00 2001 From: Tyler Ruckinger Date: Thu, 23 Apr 2020 11:06:46 -0400 Subject: [PATCH] Make VaList::arg link actually work --- src/libcore/ffi.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcore/ffi.rs b/src/libcore/ffi.rs index 4ea38bbb031..7bc2866dc2e 100644 --- a/src/libcore/ffi.rs +++ b/src/libcore/ffi.rs @@ -282,7 +282,7 @@ fn deref_mut(&mut self) -> &mut VaListImpl<'f> { mod sealed_trait { /// Trait which whitelists the allowed types to be used with [VaList::arg] /// - /// [VaList::arg]: struct.VaList.html#method.arg + /// [VaList::arg]: ../struct.VaList.html#method.arg #[unstable( feature = "c_variadic", reason = "the `c_variadic` feature has not been properly tested on \ -- 2.44.0