Fix links in `Variadic` docs

This commit is contained in:
Jonas Schievink 2017-09-15 20:56:46 +02:00
parent 121bac8394
commit 14d8b4a0a2
1 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,9 @@ impl<'lua> FromLuaMulti<'lua> for MultiValue<'lua> {
/// # try_main().unwrap();
/// # }
/// ```
///
/// [`FromLua`]: trait.FromLua.html
/// [`MultiValue`]: struct.MultiValue.html
#[derive(Debug, Clone)]
pub struct Variadic<T>(Vec<T>);