From 2e78c5b061ff6e848e4cfe346dd4fb29b3c95378 Mon Sep 17 00:00:00 2001 From: Andy Leiserson Date: Fri, 22 Aug 2025 10:05:44 -0700 Subject: [PATCH] typo: s/investiagate/investigate --- naga/tests/naga/validation.rs | 2 +- naga/tests/naga/wgsl_errors.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/naga/tests/naga/validation.rs b/naga/tests/naga/validation.rs index 78fb8ea37..0a0b6fdfc 100644 --- a/naga/tests/naga/validation.rs +++ b/naga/tests/naga/validation.rs @@ -1,5 +1,5 @@ #![allow( - // We need to investiagate these. + // We need to investigate these. clippy::result_large_err )] diff --git a/naga/tests/naga/wgsl_errors.rs b/naga/tests/naga/wgsl_errors.rs index adb60a184..c8d7b3316 100644 --- a/naga/tests/naga/wgsl_errors.rs +++ b/naga/tests/naga/wgsl_errors.rs @@ -3,7 +3,7 @@ Tests for the WGSL front end. */ #![cfg(feature = "wgsl-in")] #![allow( - // We need to investiagate these. + // We need to investigate these. clippy::result_large_err )]