diff options
| author | Fuwn <[email protected]> | 2026-01-21 15:11:16 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-21 15:11:16 +0000 |
| commit | 71790111bfd2e1cad5184ea4289b6adaccab1639 (patch) | |
| tree | a87ae1994222a4fc2c97c0c1aadbf1b3f4023275 /src | |
| parent | chore(rustfmt.toml): Update version to style_edition (diff) | |
| download | september-71790111bfd2e1cad5184ea4289b6adaccab1639.tar.xz september-71790111bfd2e1cad5184ea4289b6adaccab1639.zip | |
refactor(configuration): Derive Default trait
Diffstat (limited to 'src')
| -rw-r--r-- | src/response/configuration.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/response/configuration.rs b/src/response/configuration.rs index 9c2cacc..45afcaa 100644 --- a/src/response/configuration.rs +++ b/src/response/configuration.rs @@ -1,3 +1,4 @@ +#[derive(Default)] pub struct Configuration { is_proxy: bool, is_raw: bool, |