mirror of
https://github.com/fafhrd91/actix-web
synced 2025-09-02 01:31:57 +02:00
cleanup top level doc comments
This commit is contained in:
@@ -269,7 +269,7 @@ impl JsonConfig {
|
||||
}
|
||||
}
|
||||
|
||||
// Allow shared refs to default.
|
||||
/// Allow shared refs used as default.
|
||||
const DEFAULT_CONFIG: JsonConfig = JsonConfig {
|
||||
limit: 32_768, // 2^15 bytes, (~32kB)
|
||||
err_handler: None,
|
||||
|
@@ -247,7 +247,7 @@ impl PayloadConfig {
|
||||
}
|
||||
}
|
||||
|
||||
// Allow shared refs to default.
|
||||
/// Allow shared refs used as defaults.
|
||||
const DEFAULT_CONFIG: PayloadConfig = PayloadConfig {
|
||||
limit: DEFAULT_CONFIG_LIMIT,
|
||||
mimetype: None,
|
||||
|
Reference in New Issue
Block a user