mirror of https://github.com/fafhrd91/actix-web
Update src/types/form.rs
Co-authored-by: Jonas Platte <jplatte@users.noreply.github.com>
This commit is contained in:
parent
4fa023f4d0
commit
a449e46b9f
|
@ -247,7 +247,7 @@ const DEFAULT_CONFIG: FormConfig = FormConfig {
|
|||
|
||||
impl Default for FormConfig {
|
||||
fn default() -> Self {
|
||||
DEFAULT_CONFIG.clone()
|
||||
DEFAULT_CONFIG
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue