143 |
#[test]
|
144 |
#[allow(clippy::mistyped_literal_suffixes)]
|
145 |
fn ray_intersect_plane() {
|
170 |
#[must_use]
|
171 |
#[allow(clippy::mistyped_literal_suffixes)]
|
172 |
pub fn linear_to_gray(rgb: [f32; 3]) -> f32 {
|
3 |
#![allow(clippy::many_single_char_names)]
|
4 |
#![allow(clippy::mistyped_literal_suffixes)]
|
5 |
#![allow(clippy::excessive_precision)]
|