319 |
// TODO: regex this.
|
320 |
#[allow(clippy::clone_double_ref)]
|
321 |
let mut s = s.clone();
|
105 |
{
|
106 |
#[allow(clippy::clone_double_ref)]
|
107 |
fn clone(&self) -> Self {
|
95 |
{
|
96 |
#[allow(clippy::clone_double_ref)]
|
97 |
fn clone(&self) -> Self {
|
55 |
#[allow(clippy::clone_double_ref)]
|
56 |
impl<F: Future<Output = Result<GroupIteration>> + Send + 'static> Clone for CommandHandler<'_, F> {
|
14 |
/// Use this method to convert slice of slice of InlineKeyboardButton to Vector form.
|
15 |
#[allow(clippy::clone_double_ref)]
|
16 |
pub fn build_keyboard(
|
597 |
#[allow(clippy::clone_double_ref)]
|
598 |
fn expand_ipaddr(
|
210 |
for validator in validators {
|
211 |
#[allow(clippy::clone_double_ref)]
|
212 |
self.validators.push(validator.clone());
|
183 |
for validator in validators {
|
184 |
#[allow(clippy::clone_double_ref)]
|
185 |
self.validators.push(validator.clone());
|
239 |
for validator in validators {
|
240 |
#[allow(clippy::clone_double_ref)]
|
241 |
self.validators.push(validator.clone());
|
227 |
for validator in validators {
|
228 |
#[allow(clippy::clone_double_ref)]
|
229 |
self.validators.push(validator.clone());
|
424 |
}]);
|
425 |
#[allow(clippy::clone_double_ref)]
|
426 |
let mut i = i.clone();
|
60 |
#[test]
|
61 |
#[allow(clippy::clone_double_ref)]
|
62 |
fn test_xx_upgrader() {
|
45 |
#[allow(clippy::clone_double_ref)]
|
46 |
fn run_server() {
|
89 |
#[allow(clippy::clone_double_ref)]
|
90 |
fn run_client() {
|
105 |
{
|
106 |
#[allow(clippy::clone_double_ref)]
|
107 |
fn clone(&self) -> Self {
|
95 |
{
|
96 |
#[allow(clippy::clone_double_ref)]
|
97 |
fn clone(&self) -> Self {
|
1029 |
#[allow(clippy::clone_double_ref)]
|
1030 |
pub(crate) fn pred_directional<T: Pixel>(
|
580 |
#[test]
|
581 |
#[allow(clippy::clone_double_ref)]
|
582 |
fn clone_available() {
|
617 |
#[test]
|
618 |
#[allow(clippy::clone_double_ref)]
|
619 |
fn ref_dyn_source_use_hashmap_available() {
|
40 |
#[allow(clippy::clone_double_ref)]
|
41 |
pub async fn build() -> Result<Self, Box<dyn Error>> {
|
71 |
fn parse(input: &'i [u8]) -> ResTy<Self> {
|
72 |
#[allow(clippy::clone_double_ref)]
|
73 |
let input_orig = input.clone();
|
28 |
#[allow(clippy::clone_double_ref)]
|
29 |
Command::new("cc")
|
45 |
#[allow(clippy::clone_double_ref)]
|
46 |
let dylib_path = output_dir
|
50 |
#[allow(clippy::clone_double_ref)]
|
51 |
let ofile_path = output_dir
|
100 |
/// Add a top node to the graph.
|
101 |
#[allow(clippy::clone_double_ref)]
|
102 |
pub fn enable_top_node(mut self, name: &'static str) -> Self {
|
306 |
}
|
307 |
#[allow(clippy::clone_double_ref)]
|
308 |
pub(crate) fn clone_node(&self, deep: bool) -> Self {
|
231 |
#[test]
|
232 |
#[allow(clippy::clone_double_ref)]
|
233 |
fn test_set_and_get_target() {
|
244 |
#[test]
|
245 |
#[allow(clippy::clone_double_ref)]
|
246 |
fn test_target_inheritance() {
|
258 |
#[test]
|
259 |
#[allow(clippy::clone_double_ref)]
|
260 |
fn test_set_target_multiple_times() {
|
275 |
#[test]
|
276 |
#[allow(clippy::clone_double_ref)]
|
277 |
fn test_set_and_get_concept_id() {
|
288 |
#[test]
|
289 |
#[allow(clippy::clone_double_ref)]
|
290 |
fn test_concept_id_inheritance() {
|
273 |
#[test]
|
274 |
#[allow(clippy::clone_double_ref)]
|
275 |
fn test_set_and_get_default_value() {
|
286 |
#[test]
|
287 |
#[allow(clippy::clone_double_ref)]
|
288 |
fn test_default_value_inheritance() {
|
300 |
#[test]
|
301 |
#[allow(clippy::clone_double_ref)]
|
302 |
fn test_set_default_value_multiple_times() {
|
317 |
#[test]
|
318 |
#[allow(clippy::clone_double_ref)]
|
319 |
fn test_set_and_get_rust_primitive() {
|
330 |
#[test]
|
331 |
#[allow(clippy::clone_double_ref)]
|
332 |
fn test_rust_primitive_inheritance() {
|
1 |
#![allow(clippy::clone_double_ref)]
|
1 |
#![allow(clippy::clone_on_copy, clippy::useless_conversion, clippy::clone_double_ref)]
|
1589 |
// TODO(rust-lang/rust-clippy#5494)
|
1590 |
#![allow(clippy::clone_double_ref)]
|
3 |
clippy::useless_conversion,
|
4 |
clippy::clone_double_ref
|
5 |
)]
|
3 |
clippy::useless_conversion,
|
4 |
clippy::clone_double_ref
|
5 |
)]
|
73 |
{
|
74 |
#![allow(clippy::clone_double_ref)]
|
75 |
let is_collection_exists = self
|
124 |
{
|
125 |
#![allow(clippy::clone_double_ref)]
|
126 |
let is_collection_exists = self
|
31 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
32 |
#![allow(clippy::clone_double_ref)]
|
33 |
#![allow(clippy::clone_on_copy)]
|
23 |
//! If `with_fixed_capacity` is used then we rewrite the current buffer in FIFO order
|
24 |
#![allow(clippy::clone_double_ref)]
|
25 |
use num::ToPrimitive;
|
1 |
#![allow(clippy::too_many_arguments)]
|
2 |
#![allow(clippy::clone_double_ref)]
|
3 |
mod chain_spec;
|