From 11bdf0a4a8d298e1e58ab19908a81f66ab661da2 Mon Sep 17 00:00:00 2001 From: Diogo Sousa Date: Fri, 13 Oct 2023 21:23:16 +0100 Subject: [PATCH] Fixed warnings. --- src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 7924d62..7a45e1e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -18,6 +18,9 @@ #![allow(clippy::missing_errors_doc)] #![allow(clippy::explicit_deref_methods)] #![allow(clippy::missing_safety_doc)] +// TODO This is only needed because `cargo-rdme` requires a path like `crate::⋯`. Once that limitation is +// lifted we can remove this. +#![allow(rustdoc::redundant_explicit_links)] // Note: If you change this remember to update `README.md`. To do so run `cargo rdme`. //! Archery is a rust library that offers a way to abstraction over //! [`Rc`](::alloc::rc::Rc) and