commit fbdfc6a3fb253ab915818edfd2b328ef3937424b
parent 61f208cf60202d11be09bd0ce19d57a94e1452c2
Author: Nicolas Silva <nical@fastmail.com>
Date: Tue, 7 Oct 2025 07:39:03 +0000
Bug 1992072 - Silence mismatched_lifetime_syntaxes warnings in glsl-to-cxx. r=gfx-reviewers,lsalzman
Differential Revision: https://phabricator.services.mozilla.com/D267183
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/gfx/wr/glsl-to-cxx/src/lib.rs b/gfx/wr/glsl-to-cxx/src/lib.rs
@@ -2,6 +2,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+ #![allow(unknown_lints, mismatched_lifetime_syntaxes)]
+
extern crate glsl;
mod hir;