Skip to content

Commit d5b7143

Browse files
committed
Fix intra-docs link
1 parent 8876ffc commit d5b7143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/ffi.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ impl<'a, 'f: 'a> DerefMut for VaList<'a, 'f> {
280280
// within a private module. Once RFC 2145 has been implemented look into
281281
// improving this.
282282
mod sealed_trait {
283-
/// Trait which permits the allowed types to be used with [VaList::arg].
283+
/// Trait which permits the allowed types to be used with [super::VaListImpl::arg].
284284
#[unstable(
285285
feature = "c_variadic",
286286
reason = "the `c_variadic` feature has not been properly tested on \

0 commit comments

Comments
 (0)