From 8a41f5aeb3ac143d731928d1c343cd9338190f0a Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 23 May 2026 19:56:41 +0200 Subject: style: format for Rust edition 2021 --- opengl-bindings/src/buffer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opengl-bindings/src/buffer.rs') diff --git a/opengl-bindings/src/buffer.rs b/opengl-bindings/src/buffer.rs index 6fb3c2f..edbf2a3 100644 --- a/opengl-bindings/src/buffer.rs +++ b/opengl-bindings/src/buffer.rs @@ -171,7 +171,7 @@ impl Buffer let Ok(offset_casted) = crate::sys::types::GLintptr::try_from(offset) else { unreachable!(); // Reason: The total size can be casted to a GLintptr - // (done above) so offsets should be castable as well + // (done above) so offsets should be castable as well }; unsafe { -- cgit v1.2.3-18-g5258