From ab65c31ef82da5a819f4381b1e52d06f634b4fb0 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 5 Mar 2023 15:45:09 -0800 Subject: [PATCH] Set html_root_url --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 2e8f1b9..d4104b6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -145,6 +145,7 @@ //! //!
+#![doc(html_root_url = "https://docs.rs/rustversion/1.0.11")] #![allow( clippy::cast_lossless, clippy::cast_possible_truncation,