diff options
author | Alex Orlenko <zxteam@protonmail.com> | 2021-10-04 23:29:20 +0100 |
---|---|---|
committer | Alex Orlenko <zxteam@protonmail.com> | 2021-10-05 18:11:32 +0100 |
commit | 259eb09ae1631b2d28b5c0efca1ff2b8732d6941 (patch) | |
tree | ae771a4fa0c85ab930d8766cffc976bf57b8bbc3 /src/lib.rs | |
parent | a544e41b33a9da1e46c6d32ea512a8e88bfa1e4a (diff) | |
download | mlua-259eb09ae1631b2d28b5c0efca1ff2b8732d6941.zip |
v0.6.5
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.6.4")] +#![doc(html_root_url = "https://docs.rs/mlua/0.6.5")] // Deny warnings inside doc tests / examples. When this isn't present, rustdoc doesn't show *any* // warnings at all. #![doc(test(attr(deny(warnings))))] |