• aragog 0.17.0/src/db/database_record.rs
    978
    #[allow(clippy::used_underscore_binding)]
    979
    impl<T: Record> From<Document<T>> for DatabaseRecord<T> {
  • axum-server-dual-protocol 0.3.0/src/either.rs
    128
    	#[allow(unknown_lints)]
    129
    	#[allow(clippy::used_underscore_binding)]
    130
    	#[allow(missing_debug_implementations)]
  • event_store 0.1.1/src/storage/postgres/sql.rs
    18
        trace!("Version {}, Limit: {}", version, limit);
    19
        #[allow(clippy::used_underscore_binding)]
    20
        sqlx::query_as::<_, RecordedEvent>(
    51
    ) -> Result<Stream, sqlx::Error> {
    52
        #[allow(clippy::used_underscore_binding)]
    53
        #[allow(clippy::similar_names)]
    64
    ) -> Result<Stream, sqlx::Error> {
    65
        #[allow(clippy::used_underscore_binding)]
    66
        sqlx::query_as::<_, Stream>("INSERT INTO streams (stream_uuid) VALUES ($1) RETURNING stream_id, stream_uuid, stream_version, created_at, deleted_at")
  • headless_chrome 1.0.2/src/browser/mod.rs
    400
        pub(crate) fn process(&self) -> Option<&Process> {
    401
            #[allow(clippy::used_underscore_binding)]
    402
            self.inner.process.as_ref()
  • headless_chrome_fork 1.0.2/src/browser/mod.rs
    402
        pub(crate) fn process(&self) -> Option<&Process> {
    403
            #[allow(clippy::used_underscore_binding)]
    404
            self.inner.process.as_ref()
  • http-body-util 0.1.0-rc.2/src/either.rs
    126
        #[allow(unknown_lints)]
    127
        #[allow(clippy::used_underscore_binding)]
    128
        #[allow(missing_debug_implementations)]
  • kirunadb 0.0.1/src/ffi_cxx.rs
    11
        clippy::trait_duplication_in_bounds,
    12
        clippy::used_underscore_binding
    13
    )]
  • lofty 0.11.0/src/mpeg/read.rs
    83
    				#[allow(clippy::used_underscore_binding)]
    84
    				if let Some((_first_first_header, _first_frame_offset)) = find_next_frame(reader)? {
  • lucia 0.5.0/src/misc/generic_time.rs
    29
        // Depends on the feature
    30
        clippy::used_underscore_binding
    31
      )]
  • lucia 0.5.0/src/misc.rs
    71
      // Depends on the feature
    72
      clippy::used_underscore_binding
    73
    )]
    99
      // Depends on the feature
    100
      clippy::used_underscore_binding
    101
    )]
  • mdbook-pdf-headless_chrome 0.1.2/src/browser/mod.rs
    398
        pub(crate) fn process(&self) -> Option<&Process> {
    399
            #[allow(clippy::used_underscore_binding)]
    400
            self.inner.process.as_ref()
  • pin-project 1.0.12/tests/expand/default/enum.expanded.rs
    63
    #[allow(clippy::use_self)]
    64
    #[allow(clippy::used_underscore_binding)]
    65
    const _: () = {
  • pin-project 1.0.12/tests/expand/default/struct.expanded.rs
    20
    #[allow(clippy::use_self)]
    21
    #[allow(clippy::used_underscore_binding)]
    22
    const _: () = {
  • pin-project 1.0.12/tests/expand/default/tuple_struct.expanded.rs
    16
    #[allow(clippy::use_self)]
    17
    #[allow(clippy::used_underscore_binding)]
    18
    const _: () = {
  • pin-project 1.0.12/tests/expand/multifields/enum.expanded.rs
    114
    #[allow(clippy::use_self)]
    115
    #[allow(clippy::used_underscore_binding)]
    116
    const _: () = {
  • pin-project 1.0.12/tests/expand/multifields/struct.expanded.rs
    23
    #[allow(clippy::use_self)]
    24
    #[allow(clippy::used_underscore_binding)]
    25
    const _: () = {
  • pin-project 1.0.12/tests/expand/multifields/tuple_struct.expanded.rs
    16
    #[allow(clippy::use_self)]
    17
    #[allow(clippy::used_underscore_binding)]
    18
    const _: () = {
  • pin-project 1.0.12/tests/expand/naming/enum-all.expanded.rs
    81
    #[allow(clippy::use_self)]
    82
    #[allow(clippy::used_underscore_binding)]
    83
    const _: () = {
  • pin-project 1.0.12/tests/expand/naming/enum-mut.expanded.rs
    43
    #[allow(clippy::use_self)]
    44
    #[allow(clippy::used_underscore_binding)]
    45
    const _: () = {
  • pin-project 1.0.12/tests/expand/naming/enum-none.expanded.rs
    20
    #[allow(clippy::use_self)]
    21
    #[allow(clippy::used_underscore_binding)]
    22
    const _: () = {
  • pin-project-lite 0.2.9/tests/expand/default/enum.expanded.rs
    53
    #[allow(clippy::unknown_clippy_lints)]
    54
    #[allow(clippy::used_underscore_binding)]
    55
    const _: () = {
  • pin-project-lite 0.2.9/tests/expand/default/struct.expanded.rs
    9
    #[allow(clippy::redundant_pub_crate)]
    10
    #[allow(clippy::used_underscore_binding)]
    11
    const _: () = {
  • pin-project-lite 0.2.9/tests/expand/multifields/enum.expanded.rs
    26
    #[allow(clippy::unknown_clippy_lints)]
    27
    #[allow(clippy::used_underscore_binding)]
    28
    const _: () = {
  • pin-project-lite 0.2.9/tests/expand/multifields/struct.expanded.rs
    22
    #[allow(clippy::redundant_pub_crate)]
    23
    #[allow(clippy::used_underscore_binding)]
    24
    const _: () = {
  • pin-project-lite 0.2.9/tests/expand/naming/enum-all.expanded.rs
    53
    #[allow(clippy::unknown_clippy_lints)]
    54
    #[allow(clippy::used_underscore_binding)]
    55
    const _: () = {
  • pin-project-lite 0.2.9/tests/expand/naming/enum-mut.expanded.rs
    24
    #[allow(clippy::unknown_clippy_lints)]
    25
    #[allow(clippy::used_underscore_binding)]
    26
    const _: () = {
  • pin-project-lite 0.2.9/tests/expand/naming/enum-none.expanded.rs
    7
    #[allow(clippy::unknown_clippy_lints)]
    8
    #[allow(clippy::used_underscore_binding)]
    9
    const _: () = {
  • pin-project-lite 0.2.9/tests/expand/naming/enum-ref.expanded.rs
    24
    #[allow(clippy::unknown_clippy_lints)]
    25
    #[allow(clippy::used_underscore_binding)]
    26
    const _: () = {
  • pin-project-lite 0.2.9/tests/expand/naming/struct-all.expanded.rs
    46
    #[allow(clippy::redundant_pub_crate)]
    47
    #[allow(clippy::used_underscore_binding)]
    48
    const _: () = {
  • pin-project-lite 0.2.9/tests/expand/naming/struct-mut.expanded.rs
    23
    #[allow(clippy::redundant_pub_crate)]
    24
    #[allow(clippy::used_underscore_binding)]
    25
    const _: () = {
  • pubnub-hyper 0.1.0/src/transport/hyper/presence.rs
    314
        // Clippy is glitching with `async-trait`.
    315
        #[allow(clippy::used_underscore_binding)]
    316
        async fn call(
    344
        // Clippy is glitching with `async-trait`.
    345
        #[allow(clippy::used_underscore_binding)]
    346
        async fn call(
    376
        // Clippy is glitching with `async-trait`.
    377
        #[allow(clippy::used_underscore_binding)]
    378
        async fn call(
  • raw-syscall 0.7.4/src/linux-x86_64/mod.rs
    1255
    #[allow(clippy::used_underscore_binding)]
    1256
    #[inline(always)]
    1261
    #[allow(clippy::used_underscore_binding)]
    1262
    #[inline(always)]
  • raw-syscall-enumerated 0.7.6/src/x86_64-linux.rs
    1749
    #[allow(clippy::used_underscore_binding)]
    1750
    /// Performs the system call and returns the result.
    1757
    #[allow(clippy::used_underscore_binding)]
    1758
    /// Performs the system call and returns the result.
  • relearn 0.3.1/src/torch/agents/actor_critic.rs
    292
        #[rstest]
    293
        #[allow(clippy::used_underscore_binding)] // confused by used of _policy_alg in macro expansion
    294
        fn learns_deterministic_bandit_r2g<MB, PB>(
    312
        #[rstest]
    313
        #[allow(clippy::used_underscore_binding)] // confused by used of _policy_alg in macro expansion
    314
        fn learns_deterministic_bandit_values_gae<MB, PB>(
  • relearn 0.3.1/src/torch/modules/chain.rs
    357
        clippy::needless_pass_by_value,
    358
        clippy::used_underscore_binding,
    359
        clippy::no_effect_underscore_binding
  • relearn 0.3.1/src/torch/modules/ff/linear.rs
    157
        clippy::needless_pass_by_value,
    158
        clippy::used_underscore_binding,
    159
        clippy::no_effect_underscore_binding
  • relearn 0.3.1/src/torch/modules/ff/mlp.rs
    180
        clippy::needless_pass_by_value,
    181
        clippy::used_underscore_binding,
    182
        clippy::no_effect_underscore_binding
  • relearn 0.3.1/src/torch/modules/seq/rnn/gru.rs
    107
        clippy::needless_pass_by_value,
    108
        clippy::used_underscore_binding,
    109
        clippy::no_effect_underscore_binding
  • relearn 0.3.1/src/torch/modules/seq/rnn/lstm.rs
    121
        clippy::needless_pass_by_value,
    122
        clippy::used_underscore_binding,
    123
        clippy::no_effect_underscore_binding
  • relp 0.2.4/examples/shortest_path.rs
    95
        #[allow(clippy::used_underscore_binding)]
    96
        fn bound_row_index(&self, _j: usize, _bound_type: BoundDirection) -> Option<usize> {
  • serde_db 0.11.0/src/de/row_deserializer.rs
    258
        #[allow(clippy::used_underscore_binding)]
    259
        fn deserialize_newtype_struct<V>(
    448
        #[allow(clippy::used_underscore_binding)]
    449
        fn next_value_seed<V>(&mut self, seed: V) -> Result<V::Value, Self::Error>
  • serde_db 0.11.0/src/de/rs_deserializer.rs
    280
        #[allow(clippy::used_underscore_binding)]
    281
        fn deserialize_newtype_struct<V>(
  • sled 0.34.7/src/tree.rs
    812
        // this clippy check is mis-firing on async code.
    813
        #[allow(clippy::used_underscore_binding)]
    814
        pub async fn flush_async(&self) -> Result<usize> {
  • visual-odometry-rs 0.1.0/src/core/track/inverse_compositional.rs
    103
    /// Precompute the multi-resolution data of a frame.
    104
    #[allow(clippy::used_underscore_binding)]
    105
    fn precompute_multires_data(
    167
        /// You can use `tracker.current_frame()` after tracking to retrieve the new frame pose.
    168
        #[allow(clippy::used_underscore_binding)]
    169
        #[allow(clippy::cast_precision_loss)]
    258
    /// Extract known inverse depth values (and coordinates) into vectorized data.
    259
    #[allow(clippy::used_underscore_binding)]
    260
    fn extract_z(idepth_mat: &DMatrix<InverseDepth>) -> (Vec<(usize, usize)>, Vec<Float>) {
    281
    /// Precompute jacobians for each candidate.
    282
    #[allow(clippy::used_underscore_binding)]
    283
    #[allow(clippy::cast_precision_loss)]
    310
    #[allow(clippy::many_single_char_names)]
    311
    #[allow(clippy::used_underscore_binding)]
    312
    #[allow(clippy::similar_names)]
  • visual-odometry-rs 0.1.0/src/core/track/lm_optimizer.rs
    66
        #[allow(clippy::cast_precision_loss)]
    67
        #[allow(clippy::used_underscore_binding)]
    68
        fn eval_energy(obs: &Obs, model: &Iso3) -> Precomputed {
    211
    /// Warp a point from an image to another by a given rigid body motion.
    212
    #[allow(clippy::used_underscore_binding)]
    213
    fn warp(model: &Iso3, x: Float, y: Float, _z: Float, intrinsics: &Intrinsics) -> (Float, Float) {
  • vsdbsled 0.34.7-patched/src/tree.rs
    812
        // this clippy check is mis-firing on async code.
    813
        #[allow(clippy::used_underscore_binding)]
    814
        pub async fn flush_async(&self) -> Result<usize> {
  • zkp-u256 0.2.1/src/arch/x86_64_adx/mod.rs
    131
        // Binding `_lo` will not be used after assignment.
    132
        #[allow(clippy::used_underscore_binding)]
    133
        unsafe {
    187
        // Bindings `_lo` and `_hi` will not be used after assignment.
    188
        #[allow(clippy::used_underscore_binding)]
    189
        unsafe {
  • alt_serde_derive 1.0.119/src/lib.rs
    26
        clippy::trivially_copy_pass_by_ref,
    27
        clippy::used_underscore_binding,
    28
        clippy::wildcard_in_or_patterns,
  • anyhow 1.0.68/src/lib.rs
    230
        clippy::unused_self,
    231
        clippy::used_underscore_binding,
    232
        clippy::wildcard_imports,
  • aragog 0.17.0/src/db/database_record_dto.rs
    1
    #![allow(clippy::used_underscore_binding)]
    2
    use crate::{DatabaseRecord, Error, Record};
  • arangoq 0.3.4/src/lib.rs
    2
    #![warn(clippy::pedantic)]
    3
    #![allow(clippy::used_underscore_binding)]
  • asuran 0.1.6/src/lib.rs
    12
    // Temporary, this seems to be causing a lot of issues with clippy right now
    13
    #![allow(clippy::used_underscore_binding)]
  • asuran 0.1.6/src/repository/backend.rs
    2
    //! the repository.
    3
    #![allow(clippy::used_underscore_binding)] // TODO: Fix this after clippy and thiserror start
    4
                                               // playing nice
  • asuran-core 0.1.6/src/repository/backend/flatfile.rs
    4
     */
    5
    #![allow(clippy::used_underscore_binding)]
    6
    use crate::repository::{Chunk, ChunkHeader, ChunkID, ChunkSettings, EncryptedKey, Key};
  • atat 0.18.0/src/lib.rs
    215
    #![allow(clippy::module_name_repetitions)]
    216
    #![allow(clippy::used_underscore_binding)]
    217
    #![allow(clippy::type_complexity)]
  • babycat 0.0.14/src/lib.rs
    105
    #![allow(clippy::doc_markdown)]
    106
    #![allow(clippy::used_underscore_binding)]
    107
    #![allow(clippy::unnecessary_wraps)]
  • cfn-custom-resource 0.1.1/src/lib.rs
    60
    )]
    61
    #![allow(clippy::must_use_candidate, clippy::used_underscore_binding)]
  • daml-bridge 0.2.2/src/lib.rs
    3
        clippy::module_name_repetitions,
    4
        clippy::used_underscore_binding,
    5
        clippy::missing_errors_doc,
  • daml-bridge 0.2.2/tests/bridge/all_json_bridge_tests.rs
    1
    #![warn(clippy::all, clippy::pedantic)]
    2
    #![allow(clippy::similar_names, clippy::missing_errors_doc, clippy::used_underscore_binding)]
    3
    use daml::grpc_api::DamlGrpcClientBuilder;
  • daml-bridge 0.2.2/tests/integration_tests.rs
    1
    #![warn(clippy::all, clippy::pedantic)]
    2
    #![allow(clippy::similar_names, clippy::missing_errors_doc, clippy::used_underscore_binding)]
  • daml-derive 0.2.2/tests/integration_tests.rs
    1
    #![warn(clippy::all, clippy::pedantic)]
    2
    #![allow(clippy::used_underscore_binding)]
  • daml-grpc 0.2.2/src/lib.rs
    48
        clippy::missing_const_for_fn,
    49
        clippy::used_underscore_binding,
    50
        clippy::future_not_send,
  • daml-grpc 0.2.2/tests/integration_tests.rs
    1
    #![warn(clippy::all, clippy::pedantic)]
    2
    #![allow(clippy::similar_names, clippy::missing_errors_doc, clippy::used_underscore_binding)]
  • daml-json 0.2.2/src/lib.rs
    17
        clippy::missing_errors_doc,
    18
        clippy::used_underscore_binding,
    19
        clippy::must_use_candidate,
  • daml-json 0.2.2/tests/integration_tests.rs
    1
    #![warn(clippy::all, clippy::pedantic)]
    2
    #![allow(clippy::similar_names, clippy::missing_errors_doc, clippy::used_underscore_binding)]
  • daml-json 0.2.2/tests/json/all_json_api_tests.rs
    1
    #![warn(clippy::all, clippy::pedantic)]
    2
    #![allow(clippy::similar_names, clippy::missing_errors_doc, clippy::used_underscore_binding)]
    3
    use daml::util::DamlSandboxTokenBuilder;
  • daml-lf 0.2.2/src/error.rs
    1
    #![allow(clippy::used_underscore_binding)]
    2
    use thiserror::Error;
  • daml-util 0.2.2/src/lib.rs
    7
        clippy::missing_errors_doc,
    8
        clippy::used_underscore_binding,
    9
        clippy::must_use_candidate,
  • dbgen 0.8.0/src/error.rs
    3
    #![allow(clippy::used_underscore_binding)]
  • drone-core 0.14.3/src/lib.rs
    60
        clippy::use_self,
    61
        clippy::used_underscore_binding
    62
    )]
  • headless_chrome 1.0.2/src/lib.rs
    67
    clippy::type_repetition_in_bounds,
    68
    clippy::used_underscore_binding,
    69
    clippy::must_use_candidate,
  • headless_chrome_fork 1.0.2/src/lib.rs
    68
    clippy::type_repetition_in_bounds,
    69
    clippy::used_underscore_binding
    70
    )]
  • kvarn 0.5.0/src/lib.rs
    41
        // When a parameter of a function is prefixed due to `#[cfg]` in an fn.
    42
        clippy::used_underscore_binding,
    43
        // Same as ↑.
  • libafl 0.9.0/src/lib.rs
    22
        clippy::cast_possible_truncation,
    23
        clippy::used_underscore_binding,
    24
        clippy::ptr_as_ptr,
  • libafl_cc 0.9.0/src/lib.rs
    10
        clippy::cast_possible_truncation,
    11
        clippy::used_underscore_binding,
    12
        clippy::ptr_as_ptr,
  • libafl_derive 0.9.0/src/lib.rs
    11
        clippy::cast_possible_truncation,
    12
        clippy::used_underscore_binding,
    13
        clippy::ptr_as_ptr,
  • libafl_frida 0.9.0/src/lib.rs
    15
        clippy::cast_possible_truncation,
    16
        clippy::used_underscore_binding,
    17
        clippy::ptr_as_ptr,
  • libafl_sugar 0.9.0/src/lib.rs
    10
        clippy::cast_possible_truncation,
    11
        clippy::used_underscore_binding,
    12
        clippy::ptr_as_ptr,
  • libafl_targets 0.9.0/src/lib.rs
    12
        clippy::cast_possible_truncation,
    13
        clippy::used_underscore_binding,
    14
        clippy::ptr_as_ptr,
  • lychee-lib 0.10.3/src/client.rs
    13
        clippy::default_trait_access,
    14
        clippy::used_underscore_binding
    15
    )]
  • mdbook-pdf-headless_chrome 0.1.2/src/lib.rs
    67
    clippy::type_repetition_in_bounds,
    68
    clippy::used_underscore_binding,
    69
    clippy::must_use_candidate,
  • mpi-fork-fnsp 0.6.0/src/collective.rs
    13
        clippy::ptr_as_ptr,
    14
        clippy::used_underscore_binding
    15
    )]
  • nss-gk-api 0.2.1/src/lib.rs
    12
    #![allow(clippy::unseparated_literal_suffix)]
    13
    #![allow(clippy::used_underscore_binding)]
  • open-vaf 0.4.2/src/ir/ids.rs
    13
    #![allow(clippy::doc_markdown)]
    14
    #![allow(clippy::used_underscore_binding)]
  • php_serde 0.6.0/src/lib.rs
    242
        clippy::module_name_repetitions,
    243
        clippy::used_underscore_binding,
    244
        clippy::future_not_send,
  • pin-project 1.0.12/examples/enum-default-expanded.rs
    20
        clippy::just_underscores_and_digits,
    21
        clippy::used_underscore_binding
    22
    )]
  • pot 1.0.2/src/lib.rs
    14
        clippy::option_if_let_else,
    15
        clippy::used_underscore_binding, // false positive with tracing
    16
    )]
  • proc-macro0 1.0.40-dev.1/src/lib.rs
    13
        clippy::unused_self,
    14
        clippy::used_underscore_binding,
    15
        clippy::vec_init_then_push
  • proc-macro2 1.0.50/src/lib.rs
    108
        clippy::unused_self,
    109
        clippy::used_underscore_binding,
    110
        clippy::vec_init_then_push
  • pyo3-anyio 0.3.0/src/lib.rs
    36
    #![allow(clippy::missing_panics_doc)] // TODO: finalise and document the panics
    37
    #![allow(clippy::used_underscore_binding)] // Doesn't work with macros
    38
    #![warn(missing_docs)]
  • pyxel-extension 1.9.11/src/lib.rs
    16
        clippy::use_self,
    17
        clippy::used_underscore_binding,
    18
        clippy::wrong_self_convention,
  • pyxel-wrapper 1.8.2/src/lib.rs
    16
        clippy::use_self,
    17
        clippy::used_underscore_binding,
    18
        clippy::wrong_self_convention,
  • quote 1.0.23/tests/test.rs
    4
        clippy::unseparated_literal_suffix,
    5
        clippy::used_underscore_binding
    6
    )]
  • rhai 1.12.0/src/lib.rs
    72
    #![allow(clippy::missing_panics_doc)]
    73
    #![allow(clippy::used_underscore_binding)]
    74
    #![allow(clippy::inline_always)]
  • safe-proc-macro2 1.0.36/src/lib.rs
    103
        clippy::unused_self,
    104
        clippy::used_underscore_binding,
    105
        clippy::vec_init_then_push
  • safe-quote 1.0.15/tests/test.rs
    5
        clippy::unseparated_literal_suffix,
    6
        clippy::used_underscore_binding
    7
    )]
  • seed 0.9.2/src/lib.rs
    55
        clippy::wildcard_imports,
    56
        clippy::used_underscore_binding,
    57
        clippy::future_not_send
  • serde_derive 1.0.152/src/lib.rs
    32
        clippy::trivially_copy_pass_by_ref,
    33
        clippy::used_underscore_binding,
    34
        clippy::wildcard_in_or_patterns,
  • serde_derive_state 0.4.10/src/lib.rs
    26
        clippy::trivially_copy_pass_by_ref,
    27
        clippy::used_underscore_binding,
    28
        clippy::wildcard_in_or_patterns,
  • stack-string 0.8.0/src/lib.rs
    3
    #![allow(clippy::similar_names)]
    4
    #![allow(clippy::used_underscore_binding)]
    5
    #![allow(clippy::unsafe_derive_deserialize)]
  • syn 1.0.107/src/lib.rs
    288
        clippy::unnecessary_unwrap,
    289
        clippy::used_underscore_binding,
    290
        clippy::wildcard_imports
  • syn 1.0.107/tests/debug/mod.rs
    3
        clippy::too_many_lines,
    4
        clippy::used_underscore_binding
    5
    )]
  • syn-impersonated 0.1.18/src/lib.rs
    277
        clippy::use_self,
    278
        clippy::used_underscore_binding,
    279
        clippy::wildcard_imports
  • syn-next 1.0.0-rc4/src/lib.rs
    272
        clippy::use_self,
    273
        clippy::used_underscore_binding
    274
    )]
  • syn-pub-items 0.15.30/src/lib.rs
    260
            use_self,
    261
            used_underscore_binding,
    262
        )
  • syn-serde 0.2.3/src/lib.rs
    93
    #![allow(clippy::needless_doctest_main)]
    94
    #![allow(clippy::used_underscore_binding, clippy::wildcard_imports)]
    95
    #![allow(clippy::wrong_self_convention)] // https://github.com/rust-lang/rust-clippy/issues/6983
  • tbot 0.6.7/src/lib.rs
    66
    // we test on stable)
    67
    #![allow(clippy::used_underscore_binding)]
    68
    // not going to fix any clippy lints for v0.6.x, they're fixed for v0.7
  • tenable 0.1.1/src/lib.rs
    215
        clippy::print_stdout,
    216
        clippy::used_underscore_binding
    217
    )]
  • time_me 0.1.2/src/lib.rs
    8
    #![allow(clippy::empty_enum)]
    9
    #![allow(clippy::used_underscore_binding)]
  • tough 0.12.5/src/editor/mod.rs
    2
    // SPDX-License-Identifier: MIT OR Apache-2.0
    3
    #![allow(clippy::used_underscore_binding)] // #20
  • tough 0.12.5/src/editor/targets.rs
    2
    // SPDX-License-Identifier: MIT OR Apache-2.0
    3
    #![allow(clippy::used_underscore_binding)] // #20
  • tough 0.12.5/src/schema/mod.rs
    1
    #![allow(clippy::used_underscore_binding)] // #20
  • tuftool 0.8.2/src/main.rs
    10
        // Caused by interacting with tough::schema::*._extra
    11
        clippy::used_underscore_binding,
    12
    )]
  • twilight-cache-inmemory 0.15.0-rc.1/src/lib.rs
    16
        clippy::unnecessary_wraps,
    17
        clippy::used_underscore_binding
    18
    )]
  • twilight-gateway 0.15.0-rc.2/src/lib.rs
    19
        clippy::unnecessary_wraps,
    20
        clippy::used_underscore_binding
    21
    )]
  • twilight-gateway-queue 0.15.0-rc.1/src/lib.rs
    17
        clippy::unnecessary_wraps,
    18
        clippy::used_underscore_binding
    19
    )]
  • twilight-http 0.15.0-rc.1/src/lib.rs
    15
        clippy::unnecessary_wraps,
    16
        clippy::used_underscore_binding
    17
    )]
  • twilight-http-ratelimiting 0.15.0-rc.1/src/lib.rs
    17
        clippy::unnecessary_wraps,
    18
        clippy::used_underscore_binding
    19
    )]
  • twilight-lavalink 0.15.0-rc.1/src/lib.rs
    16
        clippy::unnecessary_wraps,
    17
        clippy::used_underscore_binding
    18
    )]
  • twilight-mention 0.15.0-rc.1/src/lib.rs
    16
        clippy::unnecessary_wraps,
    17
        clippy::used_underscore_binding
    18
    )]
  • twilight-model 0.15.0-rc.1/src/lib.rs
    16
        clippy::semicolon_if_nothing_returned,
    17
        clippy::used_underscore_binding
    18
    )]
  • twilight-standby 0.15.0-rc.1/src/lib.rs
    17
        clippy::unnecessary_wraps,
    18
        clippy::used_underscore_binding
    19
    )]
  • twilight-util 0.15.0-rc.1/src/lib.rs
    16
        clippy::unnecessary_wraps,
    17
        clippy::used_underscore_binding
    18
    )]
  • twilight-validate 0.15.0-rc.1/src/lib.rs
    17
        clippy::unnecessary_wraps,
    18
        clippy::used_underscore_binding
    19
    )]
  • xaskpass 2.5.2/src/main.rs
    1
    #![warn(clippy::all, clippy::pedantic)]
    2
    #![allow(clippy::used_underscore_binding)]
    3
    #![allow(clippy::non_ascii_literal)]
  • xlib-display-server 0.1.0/src/xwrap.rs
    2
    // We allow this _ because if we don't we'll receive an error that it isn't read on _task_guard.
    3
    #![allow(clippy::used_underscore_binding)]
    4
    // We allow this so that extern "C" functions are not flagged as confusing. The current placement
  • yapay-sdk-rust 0.3.3/src/lib.rs
    90
        clippy::use_self,
    91
        clippy::used_underscore_binding
    92
    )]