mirror of https://github.com/fafhrd91/actix-web
Allow broken link due to the feature-flag situation.
This commit is contained in:
parent
84b4b5a625
commit
cdd098e3be
|
@ -209,6 +209,7 @@ impl NamedFile {
|
||||||
Self::from_file(file, path)
|
Self::from_file(file, path)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[allow(rustdoc::broken_intra_doc_links)]
|
||||||
/// Attempts to open a file asynchronously in read-only mode.
|
/// Attempts to open a file asynchronously in read-only mode.
|
||||||
///
|
///
|
||||||
/// When the `experimental-io-uring` crate feature is enabled, this will be async.
|
/// When the `experimental-io-uring` crate feature is enabled, this will be async.
|
||||||
|
|
Loading…
Reference in New Issue