• mee6 0.0.3/src/lib.rs
    66
        // mul_add is not no-std
    67
        #[allow(clippy::suboptimal_flops)]
    68
        #[inline]
  • rsadsb_common 0.6.1/src/lib.rs
    447
            // this clippy lint will dis-allow mul_add, this isn't available for `no_std`
    448
            #[allow(clippy::suboptimal_flops)]
    449
            let a = x_lat * x_lat
  • yata 0.6.1/src/helpers/mod.rs
    160
    	#[allow(clippy::suboptimal_flops)]
    161
    	fn next(&mut self) -> Option<Self::Item> {
  • yata 0.6.1/src/methods/adi.rs
    128
    #[cfg(test)]
    129
    #[allow(clippy::suboptimal_flops)]
    130
    mod tests {
  • yata 0.6.1/src/methods/conv.rs
    86
    #[cfg(test)]
    87
    #[allow(clippy::suboptimal_flops)]
    88
    mod tests {
  • yata 0.6.1/src/methods/ema.rs
    343
    #[cfg(test)]
    344
    #[allow(clippy::suboptimal_flops)]
    345
    mod tests {
  • yata 0.6.1/src/methods/lin_reg.rs
    118
    #[cfg(test)]
    119
    #[allow(clippy::suboptimal_flops)]
    120
    mod tests {
  • yata 0.6.1/src/methods/renko.rs
    334
    	#[allow(clippy::cast_sign_loss)]
    335
    	#[allow(clippy::suboptimal_flops)]
    336
    	#[allow(clippy::assign_op_pattern)]
  • yata 0.6.1/src/methods/rma.rs
    101
    #[cfg(test)]
    102
    #[allow(clippy::suboptimal_flops)]
    103
    mod tests {
  • yata 0.6.1/src/methods/st_dev.rs
    110
    #[cfg(test)]
    111
    #[allow(clippy::suboptimal_flops)]
    112
    mod tests {
  • yata 0.6.1/src/methods/swma.rs
    120
    #[cfg(test)]
    121
    #[allow(clippy::suboptimal_flops)]
    122
    mod tests {
  • yata 0.6.1/src/methods/vidya.rs
    152
    	#[test]
    153
    	#[allow(clippy::suboptimal_flops)]
    154
    	fn test_vidya() {
  • audio-visualizer 0.3.1/src/lib.rs
    37
    #![allow(
    38
        clippy::suboptimal_flops,
    39
        clippy::redundant_pub_crate,
  • beat-detector 0.1.2/src/lib.rs
    34
    #![allow(
    35
        clippy::suboptimal_flops,
    36
        clippy::redundant_pub_crate,
  • bevy_silk 0.4.0/src/systems/collisions.rs
    4
        clippy::option_if_let_else,
    5
        clippy::suboptimal_flops
    6
    )]
  • birli 0.8.0/src/lib.rs
    155
    // TODO: Look at these later:
    156
    #![allow(clippy::suboptimal_flops)]
    157
    #![allow(clippy::redundant_pub_crate)]
  • fraction_list_fmt_align 0.3.1/src/lib.rs
    56
        clippy::redundant_pub_crate,
    57
        clippy::suboptimal_flops
    58
    )]
  • iced_aw 0.3.0/src/lib.rs
    37
    #![allow(
    38
        clippy::suboptimal_flops,
    39
        clippy::cast_possible_truncation,
  • iced_focus 0.1.1/src/lib.rs
    39
    #![allow(
    40
        clippy::suboptimal_flops,
    41
        clippy::cast_possible_truncation,
  • iced_focus_derive 0.1.1/src/lib.rs
    34
    #![allow(
    35
        clippy::suboptimal_flops,
    36
        clippy::cast_possible_truncation,
  • libbruteforce 4.0.1/src/lib.rs
    60
    #![allow(
    61
        clippy::suboptimal_flops,
    62
        clippy::redundant_pub_crate,
  • linux-libc-auxv 0.2.1/src/lib.rs
    190
    #![allow(
    191
        clippy::suboptimal_flops,
    192
        clippy::redundant_pub_crate,
  • lowpass-filter 0.3.2/src/lib.rs
    51
    #![allow(
    52
        clippy::suboptimal_flops,
    53
        clippy::redundant_pub_crate,
  • max-7219-led-matrix-util 0.2.4/src/lib.rs
    16
        clippy::redundant_pub_crate,
    17
        clippy::suboptimal_flops
    18
    )]
  • nflz 1.0.1/src/lib.rs
    94
        clippy::redundant_pub_crate,
    95
        clippy::suboptimal_flops
    96
    )]
  • nflz 1.0.1/src/main.rs
    34
    #![allow(
    35
        clippy::suboptimal_flops,
    36
        clippy::redundant_pub_crate,
  • noto-sans-mono-bitmap 0.2.0/src/lib.rs
    86
    #![allow(
    87
        clippy::suboptimal_flops,
    88
        clippy::redundant_pub_crate,
  • paging-calculator 0.1.2/src/main.rs
    37
    #![allow(
    38
        clippy::suboptimal_flops,
    39
        clippy::redundant_pub_crate,
  • pyxel-core 1.9.11/src/lib.rs
    18
        clippy::redundant_closure,
    19
        clippy::suboptimal_flops,
    20
        clippy::too_many_arguments,
  • pyxel-engine 1.8.2/src/lib.rs
    15
        clippy::redundant_closure,
    16
        clippy::suboptimal_flops,
    17
        clippy::too_many_arguments,
  • simple-chunk-allocator 0.1.5/src/lib.rs
    121
    #![allow(
    122
        clippy::suboptimal_flops,
    123
        clippy::redundant_pub_crate,
  • smolprng 0.1.5/src/lib.rs
    7
    #![allow(clippy::inline_always)]
    8
    #![allow(clippy::suboptimal_flops)]
    9
    #![allow(clippy::use_self)]
  • spectrum-analyzer 1.2.6/examples/bench.rs
    34
    #![allow(
    35
        clippy::suboptimal_flops,
    36
        clippy::redundant_pub_crate,
  • spectrum-analyzer 1.2.6/examples/mp3-samples.rs
    34
    #![allow(
    35
        clippy::suboptimal_flops,
    36
        clippy::redundant_pub_crate,
  • spectrum-analyzer 1.2.6/src/lib.rs
    68
    #![allow(
    69
        clippy::suboptimal_flops,
    70
        clippy::redundant_pub_crate,
  • tar-no-std 0.1.8/src/lib.rs
    71
    #![allow(
    72
        clippy::suboptimal_flops,
    73
        clippy::redundant_pub_crate,
  • tm1637-gpio-driver 2.0.6/src/lib.rs
    36
        clippy::redundant_pub_crate,
    37
        clippy::suboptimal_flops
    38
    )]
  • ttfb 1.6.0/src/lib.rs
    44
    #![allow(
    45
        clippy::suboptimal_flops,
    46
        clippy::redundant_pub_crate,
  • ttfb 1.6.0/src/main.rs
    34
    #![allow(
    35
        clippy::suboptimal_flops,
    36
        clippy::redundant_pub_crate,
  • twitch-tui 2.0.2/src/main.rs
    10
        clippy::needless_pass_by_value,
    11
        clippy::suboptimal_flops
    12
    )]
  • wambo 0.3.1/src/main.rs
    41
        clippy::redundant_pub_crate,
    42
        clippy::suboptimal_flops
    43
    )]