197 |
#[test]
|
198 |
#[allow(clippy::redundant_closure_call)]
|
199 |
fn first_order_forward_nonlinear_functions() {
|
228 |
#[test]
|
229 |
#[allow(clippy::redundant_closure_call)]
|
230 |
fn first_order_reverse_nonlinear_functions() {
|
19 |
clippy::match_single_binding,
|
20 |
clippy::redundant_closure_call,
|
21 |
unused_braces
|
64 |
{
|
65 |
#[allow(clippy::redundant_closure_call)]
|
66 |
fn bcollect<I>(self) -> Result<I>
|
159 |
// lint suppressed: https://github.com/Manishearth/rust-clippy/issues/1684
|
160 |
#[cfg_attr(feature = "cargo-clippy", allow(redundant_closure_call))]
|
161 |
let result = (|| {
|
993 |
#[allow(clippy::redundant_closure_call)] // This is intentional.
|
994 |
#[test]
|
107 |
#[allow(clippy::redundant_closure_call)]
|
108 |
pub fn update_capabilities(
|
19 |
clippy::match_single_binding,
|
20 |
clippy::redundant_closure_call,
|
21 |
unused_braces
|
16 |
#[allow(clippy::redundant_closure_call)]
|
17 |
#[dynamic(drop)]
|
295 |
#[cfg(unix)]
|
296 |
#[allow(clippy::redundant_closure_call)]
|
297 |
{
|
588 |
/// Common functionality for finding methods.
|
589 |
#[allow(clippy::redundant_closure_call)]
|
590 |
fn get_method_id_base<'c, T, U, V, C, R>(
|
805 |
#[allow(clippy::redundant_closure_call)]
|
806 |
fn ty_check_cons_call_expr(
|
443 |
#[allow(clippy::cyclomatic_complexity)]
|
444 |
#[allow(clippy::redundant_closure_call)]
|
445 |
#[allow(clippy::type_complexity)]
|
75 |
let gate_clone = gate.clone();
|
76 |
#[allow(clippy::redundant_closure_call)] // not as easy to remove as clippy thinks
|
77 |
async_std::task::spawn((async move || {
|
291 |
/// [chord_outcome]: type.ChordOutcome.html "ChordOutcome — the outcome of a chord operation"
|
292 |
#[allow(clippy::redundant_closure_call)] // This lint shall not be a thing.
|
293 |
pub fn chord(&mut self, coordinates: FieldCoordinates) -> ChordOutcome {
|
497 |
/// Common functionality for finding methods.
|
498 |
#[allow(clippy::redundant_closure_call)]
|
499 |
fn get_method_id_base<'c, T, U, V, C, R>(
|
460 |
#[allow(clippy::redundant_closure_call)]
|
461 |
fn ty_check_cons_call_expr(&mut self, span: Span, ty_lit: TyLit, arg_exprs: &[Expr]) -> Result<Ty, ParseError> {
|
455 |
#[allow(clippy::redundant_closure_call)]
|
456 |
fn ty_check_cons_call_expr(&mut self, span: Span, ty_lit: TyLit, arg_exprs: &[Expr]) -> Result<Ty, ParseError> {
|
10 |
clippy::overly_complex_bool_expr,
|
11 |
clippy::redundant_closure_call,
|
12 |
clippy::redundant_pattern_matching,
|
27 |
#![allow(
|
28 |
clippy::redundant_closure_call,
|
29 |
clippy::enum_glob_use,
|
129 |
#![allow(
|
130 |
clippy::redundant_closure_call,
|
131 |
clippy::enum_glob_use,
|
1 |
#![allow(clippy::redundant_closure_call)]
|
2 |
use tensor_rs::tensor::Tensor;
|
1 |
#![allow(clippy::redundant_closure_call)]
|
2 |
use tensor_rs::tensor::Tensor;
|
1 |
#![allow(clippy::redundant_closure_call)]
|
2 |
use tensor_rs::tensor::Tensor;
|
1 |
#![allow(clippy::redundant_closure_call)]
|
2 |
use tensor_rs::tensor::Tensor;
|
1 |
#![allow(clippy::redundant_closure_call)]
|
1 |
#![allow(clippy::redundant_closure_call)]
|
2 |
use std::cell::{RefCell};
|
12 |
#![allow(clippy::large_enum_variant)] // large project
|
13 |
#![allow(clippy::redundant_closure_call)] // closures over try catch blocks
|
14 |
#![allow(clippy::too_many_arguments)] // large project
|
5 |
#![allow(clippy::redundant_closure_call)]
|
1 |
#![allow(clippy::redundant_closure_call)]
|
3 |
#![allow(clippy::redundant_closure_call)]
|
47 |
clippy::needless_return,// `foo.bar();\n foo` looks unfinished
|
48 |
clippy::redundant_closure_call,// not redundant in macros
|
49 |
clippy::cast_lossless,// the sizes are part of the struct name and so won't change
|
1 |
#![allow(clippy::redundant_closure_call)]
|
21 |
fn test_unnamed_nested_closure() {
|
22 |
#![allow(clippy::redundant_closure_call)]
|
23 |
(|| {
|
1 |
#![allow(clippy::redundant_closure_call)]
|
13 |
clippy::blocks_in_if_conditions,
|
14 |
clippy::redundant_closure_call,
|
15 |
clippy::new_ret_no_self
|
5 |
#![allow(clippy::redundant_closure_call)]
|
11 |
#![allow(clippy::redundant_closure_call)]
|
12 |
#![allow(clippy::writeln_empty_string)]
|
71 |
) -> ::peg::RuleResult<Grammar> {
|
72 |
#![allow(non_snake_case, unused, clippy::redundant_closure_call)]
|
73 |
{
|
143 |
) -> ::peg::RuleResult<Vec<TokenStream>> {
|
144 |
#![allow(non_snake_case, unused, clippy::redundant_closure_call)]
|
145 |
match ::peg::ParseLiteral::parse_string_literal(__input, __pos, "<") {
|
232 |
) -> ::peg::RuleResult<Vec<(Ident, TokenStream)>> {
|
233 |
#![allow(non_snake_case, unused, clippy::redundant_closure_call)]
|
234 |
match ::peg::ParseLiteral::parse_string_literal(__input, __pos, "(") {
|
374 |
) -> ::peg::RuleResult<Rule> {
|
375 |
#![allow(non_snake_case, unused, clippy::redundant_closure_call)]
|
376 |
{
|
485 |
) -> ::peg::RuleResult<Option<Cache>> {
|
486 |
#![allow(non_snake_case, unused, clippy::redundant_closure_call)]
|
487 |
{
|
1 |
#![cfg_attr(feature = "cargo-clippy", allow(redundant_closure_call))]
|
2 |
use super::grammar_helper::*;
|
43 |
#![allow(
|
44 |
clippy::redundant_closure_call,
|
45 |
clippy::enum_glob_use,
|
1 |
#![allow(clippy::string_lit_as_bytes)]
|
2 |
#![allow(clippy::redundant_closure_call)]
|
3 |
#![allow(clippy::type_complexity)]
|
1 |
#![allow(clippy::string_lit_as_bytes)]
|
2 |
#![allow(clippy::redundant_closure_call)]
|
3 |
#![allow(clippy::type_complexity)]
|
1 |
#![allow(clippy::string_lit_as_bytes)]
|
2 |
#![allow(clippy::redundant_closure_call)]
|
3 |
#![allow(clippy::type_complexity)]
|
1 |
#![allow(clippy::string_lit_as_bytes)]
|
2 |
#![allow(clippy::redundant_closure_call)]
|
3 |
#![allow(clippy::type_complexity)]
|
1 |
#![allow(clippy::string_lit_as_bytes)]
|
2 |
#![allow(clippy::redundant_closure_call)]
|
3 |
#![allow(clippy::type_complexity)]
|
1 |
#![allow(clippy::string_lit_as_bytes)]
|
2 |
#![allow(clippy::redundant_closure_call)]
|
3 |
#![allow(clippy::type_complexity)]
|
2 |
#![allow(clippy::string_lit_as_bytes)]
|
3 |
#![allow(clippy::redundant_closure_call)]
|
4 |
#![allow(clippy::type_complexity)]
|
1 |
#![allow(clippy::string_lit_as_bytes)]
|
2 |
#![allow(clippy::redundant_closure_call)]
|
3 |
#![allow(clippy::type_complexity)]
|
1 |
#![allow(clippy::string_lit_as_bytes)]
|
2 |
#![allow(clippy::redundant_closure_call)]
|
3 |
#![allow(clippy::type_complexity)]
|
2 |
#![allow(clippy::string_lit_as_bytes)]
|
3 |
#![allow(clippy::redundant_closure_call)]
|
4 |
#![allow(clippy::type_complexity)]
|
1 |
#![allow(clippy::string_lit_as_bytes)]
|
2 |
#![allow(clippy::redundant_closure_call)]
|
3 |
#![allow(clippy::type_complexity)]
|
1 |
#![allow(clippy::string_lit_as_bytes)]
|
2 |
#![allow(clippy::redundant_closure_call)]
|
3 |
#![allow(clippy::type_complexity)]
|
1 |
#![allow(clippy::redundant_closure_call)]
|
2 |
#![allow(clippy::missing_safety_doc)]
|
3 |
#![allow(clippy::redundant_closure_call)]
|
4 |
//! # Tract
|
14 |
#![allow(clippy::redundant_closure)] // closures can be less verbose
|
15 |
#![allow(clippy::redundant_closure_call)] // closures over try catch blocks
|
16 |
#![allow(clippy::too_many_arguments)] // large project
|