• amethyst_core 0.15.3/src/geometry.rs
    143
        #[test]
    144
        #[allow(clippy::mistyped_literal_suffixes)]
    145
        fn ray_intersect_plane() {
  • cvr 0.1.2/src/convert.rs
    170
    #[must_use]
    171
    #[allow(clippy::mistyped_literal_suffixes)]
    172
    pub fn linear_to_gray(rgb: [f32; 3]) -> f32 {
  • sleef 0.3.0/src/lib.rs
    3
    #![allow(clippy::many_single_char_names)]
    4
    #![allow(clippy::mistyped_literal_suffixes)]
    5
    #![allow(clippy::excessive_precision)]