aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-21 15:11:16 +0000
committerFuwn <[email protected]>2026-01-21 15:11:16 +0000
commit71790111bfd2e1cad5184ea4289b6adaccab1639 (patch)
treea87ae1994222a4fc2c97c0c1aadbf1b3f4023275 /src
parentchore(rustfmt.toml): Update version to style_edition (diff)
downloadseptember-71790111bfd2e1cad5184ea4289b6adaccab1639.tar.xz
september-71790111bfd2e1cad5184ea4289b6adaccab1639.zip
refactor(configuration): Derive Default trait
Diffstat (limited to 'src')
-rw-r--r--src/response/configuration.rs1
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,