Fix warning

This commit is contained in:
dxb 2021-07-17 19:43:01 -04:00
parent 9a64350619
commit 2d2c3682d9

View file

@ -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! /// If there's a config option you want to see or think is missing, please open an issue!
#[non_exhaustive] #[non_exhaustive]
#[derive(Clone, PartialEq, Debug, Builder)]
#[builder(default)] #[builder(default)]
#[builder(build_fn(skip))] #[builder(build_fn(skip))]
#[derive(Clone, PartialEq, Debug, Builder)]
pub struct Config { pub struct Config {
/// Sets the pixel dimensions of the buffer. The buffer will automatically stretch to fill the /// 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. /// whole window. By default this will be the same as the window_size.