Skip to content

Commit 0ad9a4d

Browse files
committed
Make VaList::arg link actually work
1 parent 28847e5 commit 0ad9a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/ffi.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ impl<'a, 'f: 'a> DerefMut for VaList<'a, 'f> {
282282
mod sealed_trait {
283283
/// Trait which whitelists the allowed types to be used with [VaList::arg]
284284
///
285-
/// [VaList::arg]: struct.VaList.html#method.arg
285+
/// [VaList::arg]: ../struct.VaList.html#method.arg
286286
#[unstable(
287287
feature = "c_variadic",
288288
reason = "the `c_variadic` feature has not been properly tested on \

0 commit comments

Comments
 (0)