1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 02:19:22 +02:00

fix doc warnings

This commit is contained in:
Rob Ede
2023-11-03 20:00:56 +00:00
parent ecd2016c09
commit 61f16c609a
3 changed files with 4 additions and 3 deletions

View File

@ -26,7 +26,7 @@ pub struct ActixSettings {
/// Marker of intended deployment environment.
pub mode: Mode,
/// True if the [`Compress`](actix_web::middleware::Compress) middleware should be enabled.
/// True if the `Compress` middleware should be enabled.
pub enable_compression: bool,
/// True if the [`Logger`](actix_web::middleware::Logger) middleware should be enabled.