diff options
author | Alex Orlenko <zxteam@protonmail.com> | 2022-07-25 14:23:25 +0100 |
---|---|---|
committer | Alex Orlenko <zxteam@protonmail.com> | 2022-07-25 14:23:25 +0100 |
commit | 185fee956dac0674b583db18c5c243537dca08da (patch) | |
tree | 9165709268a58804c52e9e0cb0633a4ab7b33f59 /src | |
parent | 4fc69be5f6b810b3763f319efa963c655de1b99b (diff) | |
download | mlua-185fee956dac0674b583db18c5c243537dca08da.zip |
v0.8.2
Diffstat (limited to 'src')
-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.8.1")] +#![doc(html_root_url = "https://docs.rs/mlua/0.8.2")] // Deny warnings inside doc tests / examples. When this isn't present, rustdoc doesn't show *any* // warnings at all. #![doc(test(attr(deny(warnings))))] |