709 |
// Preload table with constraints for typical binops.
|
710 |
#[allow(clippy::useless_vec)]
|
711 |
operand_seqs.add(&vec!["Same".to_string(); 3]);
|
700 |
// Preload table with constraints for typical binops.
|
701 |
#[allow(clippy::useless_vec)]
|
702 |
operand_seqs.add(&vec!["Same".to_string(); 3]);
|
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]);
|
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]);
|
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]);
|
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]);
|
58 |
#[allow(clippy::useless_vec)]
|
59 |
#[async_trait::async_trait]
|
315 |
#[allow(clippy::useless_vec)]
|
316 |
#[test]
|
1 |
#![allow(clippy::restriction, clippy::useless_vec)]
|
2 |
#![allow(unused_assignments)]
|
1 |
#![allow(clippy::restriction, clippy::useless_vec)]
|