Fix broken link.

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

View File

@ -301,7 +301,7 @@ impl NamedFile {
/// Set content encoding for serving this file
///
/// Must be used with [`actix_web::middleware::Compress`] to take effect.
/// Must be used with `actix_web::middleware::Compress` to take effect.
#[inline]
pub fn set_content_encoding(mut self, enc: ContentEncoding) -> Self {
self.encoding = Some(enc);