typo: s/investiagate/investigate

This commit is contained in:
Andy Leiserson 2025-08-22 10:05:44 -07:00
parent 967cd4b7ff
commit 2e78c5b061
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#![allow(
// We need to investiagate these.
// We need to investigate these.
clippy::result_large_err
)]

View File

@ -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
)]