diff options
author | Alex Orlenko <zxteam@protonmail.com> | 2021-05-04 00:43:26 +0100 |
---|---|---|
committer | Alex Orlenko <zxteam@protonmail.com> | 2021-05-04 00:43:26 +0100 |
commit | 8e57e6fa5a4aed0105aba2371e91e0ad1339f533 (patch) | |
tree | 3a3e4d178c248edd8d21b8289e4e66fc6fb9f86d /src/lib.rs | |
parent | f2dbbb091f48fae7a0b13f3a9c5136f69b657893 (diff) | |
download | mlua-8e57e6fa5a4aed0105aba2371e91e0ad1339f533.zip |
v0.6.0-beta.1
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ //! [`serde::Deserialize`]: https://docs.serde.rs/serde/de/trait.Deserialize.html // mlua types in rustdoc of other crates get linked to here. -#![doc(html_root_url = "https://docs.rs/mlua/0.5.4")] +#![doc(html_root_url = "https://docs.rs/mlua/0.6.0-beta.1")] // Deny warnings inside doc tests / examples. When this isn't present, rustdoc doesn't show *any* // warnings at all. #![doc(test(attr(deny(warnings))))] |