summaryrefslogtreecommitdiff
path: root/engine/src/opengl
diff options
context:
space:
mode:
Diffstat (limited to 'engine/src/opengl')
-rw-r--r--engine/src/opengl/currently_bound.rs4
1 files changed, 1 insertions, 3 deletions
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 }
}
}