From b2ce0125c3bcbb3b87f73275a8bdf5a2a2f6f90f Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 5 Mar 2023 15:30:45 -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 5259ca0..2307523 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -121,6 +121,7 @@ //! the first line. //! 4. Remove the computed number of spaces from the beginning of each line. +#![doc(html_root_url = "https://docs.rs/indoc/2.0.0")] #![allow( clippy::derive_partial_eq_without_eq, clippy::from_iter_instead_of_collect,