diff options
| author | HampusM <hampus@hampusmat.com> | 2026-09-22 14:40:53 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-09-22 14:40:53 +0200 |
| commit | 0653c41f12a6e5bed35723b401c5b4d9505059bf (patch) | |
| tree | 5a01db514c9c9e9d841e1252fe99d6e1016e3d53 /opengl-bindings/src/lib.rs | |
| parent | 6ccfd7833272638953a2b3548f30ec0a6f3149de (diff) | |
refactor(opengl-bindings): fix clippy lints
Diffstat (limited to 'opengl-bindings/src/lib.rs')
| -rw-r--r-- | opengl-bindings/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opengl-bindings/src/lib.rs b/opengl-bindings/src/lib.rs index ec39c83..e6495d5 100644 --- a/opengl-bindings/src/lib.rs +++ b/opengl-bindings/src/lib.rs @@ -1,4 +1,5 @@ #![deny(clippy::all, clippy::pedantic)] +#![allow(clippy::needless_pass_by_value)] use std::ffi::CString; use std::process::abort; |
