• alexcrichton-cranelift-codegen-meta 0.53.0/src/gen_inst.rs
    709
        // Preload table with constraints for typical binops.
    710
        #[allow(clippy::useless_vec)]
    711
        operand_seqs.add(&vec!["Same".to_string(); 3]);
  • cranelift-codegen-meta 0.92.0/src/gen_inst.rs
    700
        // Preload table with constraints for typical binops.
    701
        #[allow(clippy::useless_vec)]
    702
        operand_seqs.add(&vec!["Same".to_string(); 3]);
  • gemachain-perf 1.8.0/src/packet.rs
    148
            #[allow(clippy::useless_vec)]
    149
            let rv = to_packets(&vec![tx.clone(); NUM_PACKETS]);
    153
            #[allow(clippy::useless_vec)]
    154
            let rv = to_packets(&vec![tx; NUM_PACKETS + 1]);
  • safecoin-perf 1.14.3/src/packet.rs
    266
            #[allow(clippy::useless_vec)]
    267
            let rv = to_packet_batches_for_tests(&vec![tx.clone(); NUM_PACKETS]);
    271
            #[allow(clippy::useless_vec)]
    272
            let rv = to_packet_batches_for_tests(&vec![tx; NUM_PACKETS + 1]);
  • solana-perf 1.14.13/src/packet.rs
    266
            #[allow(clippy::useless_vec)]
    267
            let rv = to_packet_batches_for_tests(&vec![tx.clone(); NUM_PACKETS]);
    271
            #[allow(clippy::useless_vec)]
    272
            let rv = to_packet_batches_for_tests(&vec![tx; NUM_PACKETS + 1]);
  • waffles-solana-perf 1.15.0/src/packet.rs
    266
            #[allow(clippy::useless_vec)]
    267
            let rv = to_packet_batches_for_tests(&vec![tx.clone(); NUM_PACKETS]);
    271
            #[allow(clippy::useless_vec)]
    272
            let rv = to_packet_batches_for_tests(&vec![tx; NUM_PACKETS + 1]);
  • yedb 0.4.11/src/client_busrt_async.rs
    58
    #[allow(clippy::useless_vec)]
    59
    #[async_trait::async_trait]
  • zcash_encoding 0.2.0/src/lib.rs
    315
        #[allow(clippy::useless_vec)]
    316
        #[test]
  • plow_package_management 0.3.1/tests/lock.rs
    1
    #![allow(clippy::restriction, clippy::useless_vec)]
    2
    #![allow(unused_assignments)]
  • plow_package_management 0.3.1/tests/resolve.rs
    1
    #![allow(clippy::restriction, clippy::useless_vec)]