37 |
let var = &borrow_checker.lowered.variables[*var];
|
38 |
#[allow(clippy::overly_complex_bool_expr)]
|
39 |
if !var.droppable {
|
174 |
let var = &self.lowered.variables[*var];
|
175 |
#[allow(clippy::overly_complex_bool_expr)]
|
176 |
if false && !var.droppable {
|
175 |
/// Enables SIMD flags for CC based on enabled Rust features.
|
176 |
#[allow(clippy::logic_bug)]
|
177 |
fn apply_flags(b: &mut cc::Build) {
|
195 |
/// Emits features that map to miniaudio platform feature macros.
|
196 |
#[allow(clippy::logic_bug)]
|
197 |
fn emit_supported_features() {
|
235 |
/// Enables SIMD flags for CC based on enabled Rust features.
|
236 |
#[allow(clippy::logic_bug)]
|
237 |
fn apply_flags(b: &mut cc::Build) {
|
255 |
/// Emits features that map to miniaudio platform feature macros.
|
256 |
#[allow(clippy::logic_bug)]
|
257 |
fn emit_supported_features() {
|
50 |
// Disable block validation, see https://github.com/rust-lang/rust-analyzer/pull/10357
|
51 |
#[allow(clippy::overly_complex_bool_expr)]
|
52 |
if cfg!(debug_assertions) && false {
|
9 |
clippy::never_loop,
|
10 |
clippy::overly_complex_bool_expr,
|
11 |
clippy::redundant_closure_call,
|
34 |
#![allow(clippy::vec_box)]
|
35 |
#![allow(clippy::overly_complex_bool_expr)]
|
36 |
#![allow(clippy::only_used_in_recursion)]
|