diff options
| author | Tyler Ruckinger <t.ruckinger@gmail.com> | 2020-04-23 10:40:28 -0400 |
|---|---|---|
| committer | Tyler Ruckinger <t.ruckinger@gmail.com> | 2020-04-23 10:40:28 -0400 |
| commit | 547219c7e4f375f1ae8dcbfadce2fec4ae639730 (patch) | |
| tree | cabe3f1f15eda3550f49e623d50e44cf8ff1dcc2 /src/libcore | |
| parent | b2e36e6c2d229126b59e892c9147fbb68115d292 (diff) | |
| download | rust-547219c7e4f375f1ae8dcbfadce2fec4ae639730.tar.gz rust-547219c7e4f375f1ae8dcbfadce2fec4ae639730.zip | |
Fix doc link errors
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/ffi.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/ffi.rs b/src/libcore/ffi.rs index 6277da4f123..4ea38bbb031 100644 --- a/src/libcore/ffi.rs +++ b/src/libcore/ffi.rs @@ -282,7 +282,7 @@ impl<'a, 'f: 'a> DerefMut for VaList<'a, 'f> { mod sealed_trait { /// Trait which whitelists the allowed types to be used with [VaList::arg] /// - /// [VaList::va_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 \ |
