From cdd098e3be17a2c19845e2ac3bd3862fcc5feb11 Mon Sep 17 00:00:00 2001 From: Luca Palmieri Date: Fri, 28 Jan 2022 15:13:13 +0000 Subject: [PATCH] Allow broken link due to the feature-flag situation. --- actix-files/src/named.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/actix-files/src/named.rs b/actix-files/src/named.rs index 14495e660..671abff88 100644 --- a/actix-files/src/named.rs +++ b/actix-files/src/named.rs @@ -209,6 +209,7 @@ impl NamedFile { Self::from_file(file, path) } + #[allow(rustdoc::broken_intra_doc_links)] /// Attempts to open a file asynchronously in read-only mode. /// /// When the `experimental-io-uring` crate feature is enabled, this will be async.