From 02846ffe13aedff847b78ab6306505b89a0266cd Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Sat, 11 Dec 2021 18:16:09 +0100 Subject: [PATCH] Remove unnecessary Markdown links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The links became redundant with the introduction of “implied link reference definitions” or “intra-doc links” in Rust 1.48. --- src/lib.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 550c5a5..1f6ca49 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -73,9 +73,6 @@ //! version. //! //! [`html_root_url`]: https://rust-lang-nursery.github.io/api-guidelines/documentation.html#crate-sets-html_root_url-attribute-c-html-root -//! [`assert_markdown_deps_updated`]: macro.assert_markdown_deps_updated.html -//! [`assert_html_root_url_updated`]: macro.assert_html_root_url_updated.html -//! [`assert_contains_regex`]: macro.assert_contains_regex.html #![doc(html_root_url = "https://docs.rs/version-sync/0.9.3")] #![forbid(unsafe_code)]