From 66fae93b58e47fcd3881f783ad112b8d729b76eb Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 5 Mar 2023 14:53:53 -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 0bc417f..a51c4a0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -208,6 +208,7 @@ //! makes error messages that we care about substantially worse, it is also //! important to catch and report as a compiler issue. +#![doc(html_root_url = "https://docs.rs/trybuild/1.0.78")] #![allow( clippy::collapsible_if, clippy::default_trait_access,