From 663df6bdfdce20d0a6bc4a5ae632162cfd150130 Mon Sep 17 00:00:00 2001 From: link2xt Date: Tue, 18 Apr 2023 15:30:28 +0000 Subject: [PATCH] Replace 404 link with a web archive version --- src/configure/auto_mozilla.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configure/auto_mozilla.rs b/src/configure/auto_mozilla.rs index d53b5a8c5..eb93b03e9 100644 --- a/src/configure/auto_mozilla.rs +++ b/src/configure/auto_mozilla.rs @@ -1,6 +1,6 @@ //! # Thunderbird's Autoconfiguration implementation //! -//! Documentation: +//! Documentation: use std::io::BufRead; use std::str::FromStr;