This commit is contained in:
Alex Orlenko
2022-06-29 15:41:22 +01:00
parent 70e16b51ae
commit b46b476f80
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -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.0")]
#![doc(html_root_url = "https://docs.rs/mlua/0.8.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))))]