Allow broken link due to the feature-flag situation.

This commit is contained in:
Luca Palmieri 2022-01-28 15:13:13 +00:00
parent 84b4b5a625
commit cdd098e3be
1 changed files with 1 additions and 0 deletions

View File

@ -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.