Skip to content

Commit c4ffc0d

Browse files
committed
clippy
1 parent 44fd2e1 commit c4ffc0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ pub struct AppConfig {
277277
pub max_pending_rows: usize,
278278

279279
/// Whether to compress the http response body when the client supports it.
280-
/// Enabling response compression hinders the ability of SQLPage to stream every single byte
280+
/// Enabling response compression hinders the ability of `SQLPage` to stream every single byte
281281
/// of data as soon as it is produced.
282282
/// As a rule of thub, enable response compression when your app is fast.
283283
#[serde(default = "default_compress_responses")]

0 commit comments

Comments
 (0)