• aws-iam 0.2.2/src/model/impls.rs
    319
            // TODO: regex this.
    320
            #[allow(clippy::clone_double_ref)]
    321
            let mut s = s.clone();
  • elrond-wasm 0.38.0/src/types/managed/wrapped/managed_vec_owned_iter.rs
    105
    {
    106
        #[allow(clippy::clone_double_ref)]
    107
        fn clone(&self) -> Self {
  • elrond-wasm 0.38.0/src/types/managed/wrapped/managed_vec_ref_iter.rs
    95
    {
    96
        #[allow(clippy::clone_double_ref)]
    97
        fn clone(&self) -> Self {
  • ferrisgram 0.1.5/src/ext/handlers/command_handler.rs
    55
    #[allow(clippy::clone_double_ref)]
    56
    impl<F: Future<Output = Result<GroupIteration>> + Send + 'static> Clone for CommandHandler<'_, F> {
  • ferrisgram 0.1.5/src/lib.rs
    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(
  • filter_ast 0.2.1/src/lib.rs
    597
        #[allow(clippy::clone_double_ref)]
    598
        fn expand_ipaddr(
  • inquire 0.5.3/src/prompts/custom_type.rs
    210
            for validator in validators {
    211
                #[allow(clippy::clone_double_ref)]
    212
                self.validators.push(validator.clone());
  • inquire 0.5.3/src/prompts/editor.rs
    183
            for validator in validators {
    184
                #[allow(clippy::clone_double_ref)]
    185
                self.validators.push(validator.clone());
  • inquire 0.5.3/src/prompts/password.rs
    239
            for validator in validators {
    240
                #[allow(clippy::clone_double_ref)]
    241
                self.validators.push(validator.clone());
  • inquire 0.5.3/src/prompts/text.rs
    227
            for validator in validators {
    228
                #[allow(clippy::clone_double_ref)]
    229
                self.validators.push(validator.clone());
  • ipsec-parser 0.7.0/src/ikev2_parser.rs
    424
        }]);
    425
        #[allow(clippy::clone_double_ref)]
    426
        let mut i = i.clone();
  • libp2prs-noise 0.3.0/tests/testx.rs
    60
    #[test]
    61
    #[allow(clippy::clone_double_ref)]
    62
    fn test_xx_upgrader() {
  • libp2prs-yamux 0.3.0/examples/yamux_simple.rs
    45
    #[allow(clippy::clone_double_ref)]
    46
    fn run_server() {
    89
    #[allow(clippy::clone_double_ref)]
    90
    fn run_client() {
  • multiversx-sc 0.39.4/src/types/managed/wrapped/managed_vec_owned_iter.rs
    105
    {
    106
        #[allow(clippy::clone_double_ref)]
    107
        fn clone(&self) -> Self {
  • multiversx-sc 0.39.4/src/types/managed/wrapped/managed_vec_ref_iter.rs
    95
    {
    96
        #[allow(clippy::clone_double_ref)]
    97
        fn clone(&self) -> Self {
  • rav1e 0.6.3/src/predict.rs
    1029
      #[allow(clippy::clone_double_ref)]
    1030
      pub(crate) fn pred_directional<T: Pixel>(
  • rspack_sources 0.1.17/src/source.rs
    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() {
  • schetube 0.1.2/src/client.rs
    40
        #[allow(clippy::clone_double_ref)]
    41
        pub async fn build() -> Result<Self, Box<dyn Error>> {
  • sml-rs 0.2.1/src/parser/complete.rs
    71
        fn parse(input: &'i [u8]) -> ResTy<Self> {
    72
            #[allow(clippy::clone_double_ref)]
    73
            let input_orig = input.clone();
  • sqlite3-builder 3.38.7/build.rs
    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
  • tracing-callgraph 0.1.0-alpha.1/src/lib.rs
    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 {
  • xml_dom 0.2.6/src/level2/node_impl.rs
    306
        }
    307
        #[allow(clippy::clone_double_ref)]
    308
        pub(crate) fn clone_node(&self, deep: bool) -> Self {
  • zamm_yang 0.2.0/src/tao/action/implement_form.rs
    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() {
  • zamm_yang 0.2.0/src/tao/archetype/rust_item_archetype/data_archetype_form.rs
    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() {
  • dcc-lsystem 0.6.3/examples/random_fractal_generator.rs
    1
    #![allow(clippy::clone_double_ref)]
  • fast-str 0.1.1/benches/bench.rs
    1
    #![allow(clippy::clone_on_copy, clippy::useless_conversion, clippy::clone_double_ref)]
  • informalsystems-prost 0.8.1/src/encoding.rs
    1589
                // TODO(rust-lang/rust-clippy#5494)
    1590
                #![allow(clippy::clone_double_ref)]
  • kstring 2.0.0/benches/access.rs
    3
        clippy::useless_conversion,
    4
        clippy::clone_double_ref
    5
    )]
  • kstring 2.0.0/benches/clone.rs
    3
        clippy::useless_conversion,
    4
        clippy::clone_double_ref
    5
    )]
  • mongodb-gridfs 0.2.3/src/bucket/upload.rs
    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
  • qcs-api-client-openapi 0.4.0/src/lib.rs
    31
    #![allow(clippy::derive_partial_eq_without_eq)]
    32
    #![allow(clippy::clone_double_ref)]
    33
    #![allow(clippy::clone_on_copy)]
  • simple_accumulator 0.3.2/src/lib.rs
    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;
  • sunshine-bounty-node 0.1.1/src/lib.rs
    1
    #![allow(clippy::too_many_arguments)]
    2
    #![allow(clippy::clone_double_ref)]
    3
    mod chain_spec;