From 2d2c3682d9be0c017e55c1d7f1d9eaa5e138e393 Mon Sep 17 00:00:00 2001 From: dxb Date: Sat, 17 Jul 2021 19:43:01 -0400 Subject: [PATCH] Fix warning --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 603ba85..217c46b 100644 --- a/src/config.rs +++ b/src/config.rs @@ -32,9 +32,9 @@ use glutin::dpi::LogicalSize; /// /// If there's a config option you want to see or think is missing, please open an issue! #[non_exhaustive] +#[derive(Clone, PartialEq, Debug, Builder)] #[builder(default)] #[builder(build_fn(skip))] -#[derive(Clone, PartialEq, Debug, Builder)] pub struct Config { /// Sets the pixel dimensions of the buffer. The buffer will automatically stretch to fill the /// whole window. By default this will be the same as the window_size.