From eab619bd5cfc520d3962097d16582eae6977d6dc Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 26 Oct 2023 21:05:34 +0200 Subject: style: increase max struct literal width to 36 --- engine/src/opengl/currently_bound.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'engine/src/opengl') diff --git a/engine/src/opengl/currently_bound.rs b/engine/src/opengl/currently_bound.rs index eefa239..be01841 100644 --- a/engine/src/opengl/currently_bound.rs +++ b/engine/src/opengl/currently_bound.rs @@ -15,8 +15,6 @@ impl<'token, Object> CurrentlyBound<'token, Object> #[must_use] pub unsafe fn new() -> Self { - Self { - _token: PhantomData, - } + Self { _token: PhantomData } } } -- cgit v1.2.3-18-g5258