• async-rdma 0.4.0/src/error_utilities.rs
    22
    pub(crate) fn log_last_os_err() {
    23
        #[allow(clippy::pedantic)] // some errors occur in `drop` methord is not necessary to panic
    24
        let _ = log_ret_last_os_err_with_note("");
  • cpclib-asm 0.6.0/src/implementation/tokens.rs
    477
    #[cfg(test)]
    478
    #[allow(clippy::pedantic)]
    479
    #[allow(warnings)]
  • cpclib-image 0.6.0/src/pixels.rs
    540
    #[cfg(test)]
    541
    #[allow(clippy::pedantic)]
    542
    mod tests {
  • devices 0.2.3/src/win32.rs
    281
    #[allow(clippy::pedantic)]
    282
    pub(crate) fn get_devices() -> Result<Vec<DeviceInfo>, Error> {
  • dot-writer 0.1.3/src/lib.rs
    107
    #[allow(clippy::cargo, clippy::pedantic, clippy::nursery)]
    108
    mod attribute;
  • fif 0.6.0/build.rs
    6
    #[allow(unreachable_code, clippy::pedantic)]
    7
    fn main() -> Result<(), String> {
  • flacenc 0.1.0/src/lpc.rs
    654
    #[cfg(test)]
    655
    #[allow(clippy::pedantic, clippy::nursery, clippy::needless_range_loop)]
    656
    mod tests {
  • flacenc 0.1.0/src/source.rs
    294
    #[cfg(test)]
    295
    #[allow(clippy::pedantic, clippy::nursery, clippy::needless_range_loop)]
    296
    mod tests {
  • grafana-plugin-sdk 0.4.2/src/lib.rs
    47
    #[allow(missing_docs, clippy::all, clippy::nursery, clippy::pedantic)]
    48
    pub mod pluginv2 {
  • instance-chart 0.2.1/src/chart/builder.rs
    38
    /// or [ChartBuilder::finish()].
    39
    #[allow(clippy::pedantic)]
    40
    pub struct ChartBuilder<const N: usize, IdSet, PortSet, PortsSet>
  • libafl 0.9.0/src/executors/forkserver.rs
    608
        /// Builds `ForkserverExecutor`.
    609
        #[allow(clippy::pedantic)]
    610
        pub fn build<OT, S>(&mut self, observers: OT) -> Result<ForkserverExecutor<OT, S, SP>, Error>
    641
        /// Builds `ForkserverExecutor` downsizing the coverage map to fit exaclty the AFL++ map size.
    642
        #[allow(clippy::pedantic)]
    643
        pub fn build_dynamic_map<MO, OT, S>(
    686
        #[allow(clippy::pedantic)]
    687
        fn build_helper(&mut self) -> Result<(Forkserver, InputFile, Option<SP::ShMem>), Error>
  • libafl 0.9.0/src/mutators/gramatron.rs
    209
            #[allow(clippy::cast_sign_loss, clippy::pedantic)]
    210
            let mut first = state.rand_mut().below(chosen_nums as u64 - 1) as i64;
    211
            #[allow(clippy::cast_sign_loss, clippy::pedantic)]
    212
            let mut second = state
  • libfyaml-sys 0.1.3+fy0.7.12/src/lib.rs
    15
    #[allow(clippy::all, clippy::pedantic)]
    16
    mod bindings {
  • medea-control-api-proto 0.7.0/src/grpc/mod.rs
    8
        clippy::nursery,
    9
        clippy::pedantic,
    10
        clippy::restriction,
    29
        clippy::nursery,
    30
        clippy::pedantic,
    31
        clippy::restriction,
  • nvbit-sys 0.0.6/src/lib.rs
    6
        clippy::all,
    7
        clippy::pedantic,
    8
        clippy::restriction,
  • ohttp 0.3.0/src/nss/mod.rs
    20
    #[allow(clippy::pedantic, non_upper_case_globals, clippy::upper_case_acronyms)]
    21
    mod nss_init {
  • ohttp 0.3.0/src/nss/p11.rs
    15
    #[allow(
    16
        clippy::pedantic,
    17
        clippy::upper_case_acronyms,
  • parsec-interface 0.27.0/src/operations_protobuf/mod.rs
    38
    #[rustfmt::skip]
    39
    #[allow(unused_qualifications, missing_copy_implementations, clippy::pedantic, clippy::module_inception, clippy::upper_case_acronyms, clippy::enum_variant_names)]
    40
    mod generated_ops;
  • printenv2 0.1.0/src/remote_apple_sysctl.rs
    5
    #[allow(clippy::all)]
    6
    #[allow(clippy::pedantic)]
    7
    #[allow(clippy::nursery)]
  • printenv2 0.1.0/src/remote_unix_kvm.rs
    4
    #[allow(clippy::all)]
    5
    #[allow(clippy::pedantic)]
    6
    #[allow(clippy::nursery)]
  • rocksdb 0.19.0/src/db.rs
    694
        #[allow(clippy::pedantic)]
    695
        fn open_cf_raw(
  • rocksdbx 0.19.0/src/db.rs
    710
        #[allow(clippy::pedantic)]
    711
        fn open_cf_raw(
  • samling 0.4.0/src/cornucopia.rs
    3
    #[allow(clippy::all, clippy::pedantic)]
    4
    #[allow(unused_variables)]
    171
    }
    172
    #[allow(clippy::all, clippy::pedantic)]
    173
    #[allow(unused_variables)]
  • twelf 0.9.0/test.rs
    25
        clippy::complexity,
    26
        clippy::pedantic,
    27
        clippy::restriction,
    49
        clippy::complexity,
    50
        clippy::pedantic,
    51
        clippy::restriction,
    191
        clippy::complexity,
    192
        clippy::pedantic,
    193
        clippy::restriction,
  • zet 0.2.0/src/io.rs
    178
    #[allow(clippy::pedantic)]
    179
    #[cfg(test)]
  • zet 0.2.0/src/lib.rs
    141
    #[allow(clippy::pedantic)]
    142
    #[cfg(test)]
  • ahash 0.8.3/src/lib.rs
    94
    #![deny(clippy::correctness, clippy::complexity, clippy::perf)]
    95
    #![allow(clippy::pedantic, clippy::cast_lossless, clippy::unreadable_literal)]
    96
    #![cfg_attr(all(not(test), not(feature = "std")), no_std)]
  • aide 0.10.0/src/openapi/mod.rs
    5
    // FIXME: remove the code below when the upstream openapiv3 3.1 is available.
    6
    #![allow(clippy::all, clippy::pedantic, missing_docs)]
    7
    mod callback;
  • aide 0.10.0/src/util.rs
    1
    #![allow(clippy::all, clippy::pedantic, missing_docs, dead_code)]
    2
    //! Miscellaneous utilities.
  • atlasserver 0.3.0/src/schema/mod.rs
    1
    #![allow(clippy::all)]
    2
    #![allow(clippy::pedantic)]
    3
    #![allow(clippy::unwrap_used)]
  • auto_enums 0.8.0/tests/auto_enum.rs
    16
        clippy::unnecessary_wraps,
    17
        clippy::pedantic
    18
    )]
  • bevy_save 0.3.0/src/scene.rs
    1
    #![allow(clippy::pedantic)]
    2
    // Backport `bevy_reflect: Fix deserialization with readers (#6894)`
  • binrw 0.10.0/src/io/no_std/mod.rs
    2
    // pedantic lint group.
    3
    #![allow(clippy::pedantic)]
  • ciff 0.3.1/src/proto/common_index_format_v1.rs
    2
    #![allow(clippy::all)]
    3
    #![allow(clippy::pedantic)]
    4
    #![allow(box_pointers)]
  • clarity 0.6.0/src/lib.rs
    58
    #![warn(clippy::all)]
    59
    #![allow(clippy::pedantic)]
  • compressed_log 0.5.1/src/lib.rs
    1
    #![warn(clippy::all)]
    2
    #![allow(clippy::pedantic)]
    3
    #![forbid(unsafe_code)]
  • contact 0.4.2/src/lib.rs
    1
    #![warn(clippy::all)]
    2
    #![allow(clippy::pedantic)]
  • d3_delaunay_rs 0.1.1/tests/voronoi_test.rs
    1
    #![allow(clippy::pedantic)]
    2
    #[cfg(not(tarpaulin_include))]
  • d3_geo_voronoi_rs 0.1.2/tests/voronoi.rs
    1
    #![allow(clippy::pedantic)]
    2
    #[cfg(not(tarpaulin_include))]
  • daml-grpc 0.2.2/src/grpc_protobuf.rs
    1
    #![allow(clippy::all, clippy::pedantic)]
    2
    pub mod com {
  • daml-lf 0.2.2/src/lf_protobuf.rs
    1
    #![allow(clippy::all, clippy::pedantic)]
    2
    pub mod com {
  • deep_space 2.15.2/src/lib.rs
    1
    #![warn(clippy::all)]
    2
    #![allow(clippy::pedantic)]
    3
    #![forbid(unsafe_code)]
  • enum_cycling_derive 0.2.0/src/lib.rs
    4
    //! more easily navigate enums in Rust.
    5
    #![allow(clippy::pedantic)]
  • exonum 1.0.0/src/proto/schema/mod.rs
    17
    // For rust-protobuf generated files.
    18
    #![allow(bare_trait_objects, clippy::pedantic, clippy::nursery)]
  • exonum-crypto 1.0.0/src/proto/schema/mod.rs
    17
    // For protobuf generated files.
    18
    #![allow(bare_trait_objects, clippy::pedantic, clippy::nursery)]
  • exonum-merkledb 1.0.0/src/proto/mod.rs
    17
    #![allow(clippy::pedantic, clippy::nursery)] // used in generated code
  • exonum-middleware-service 1.0.0/src/proto/mod.rs
    17
    #![allow(bare_trait_objects, clippy::pedantic, clippy::nursery)]
  • exonum-node 1.0.0/src/proto/mod.rs
    15
    #![allow(clippy::pedantic, clippy::nursery)]
  • exonum-proto 1.0.0/src/proto/mod.rs
    17
    // For protobuf generated files.
    18
    #![allow(bare_trait_objects, clippy::pedantic)]
  • exonum-supervisor 1.0.0/src/proto/mod.rs
    15
    #![allow(bare_trait_objects, clippy::pedantic, clippy::nursery)]
  • exonum-time 1.0.0/src/proto/mod.rs
    17
    #![allow(bare_trait_objects, clippy::pedantic, clippy::nursery)]
  • ferrux_viewport 0.1.2/src/lib.rs
    77
    #![allow(clippy::pedantic)]
  • gcp_auth 0.7.5/src/lib.rs
    88
    #![deny(unreachable_pub)]
    89
    #![allow(clippy::pedantic)]
  • gfx_glow 0.11.6/src/lib.rs
    5
    #![allow(clippy::missing_safety_doc)]
    6
    #![allow(clippy::pedantic)] // For anyone using pedantic and a source dep, this is needed
  • gistit 0.2.3/src/patch/webbrowser.rs
    1
    #![allow(clippy::all, clippy::pedantic, clippy::nursery)]
    2
    //! Open URLs in the web browsers available on a platform.
  • gistit-cli 0.1.1/src/patch/webbrowser.rs
    1
    #![allow(clippy::all, clippy::pedantic, clippy::nursery)]
    2
    //! Open URLs in the web browsers available on a platform.
  • glow 0.12.0/src/lib.rs
    5
    #![allow(clippy::missing_safety_doc)]
    6
    #![allow(clippy::pedantic)] // For anyone using pedantic and a source dep, this is needed
  • gonk 0.1.2/src/widgets/mod.rs
    1
    #![allow(unused)]
    2
    #![allow(clippy::pedantic)]
  • hyper-simple-server 0.5.1/lib.rs
    49
    #![ warn (clippy::cargo) ]
    50
    #![ allow (clippy::pedantic) ]
    51
    #![ allow (clippy::nursery) ]
  • lalrproc 0.0.8/src/lib.rs
    26
    mod parse {
    27
        #![allow(clippy::all, clippy::pedantic)]
  • lc3tools-sys 1.0.6/src/lib.rs
    49
        clippy::all,
    50
        clippy::pedantic,
    51
        improper_ctypes,
  • libafl_qemu_sys 0.9.0/src/lib.rs
    6
    #![allow(clippy::all)]
    7
    #![allow(clippy::pedantic)]
  • minimal-yaml 0.1.5/src/tests/tests.rs
    1
    #![cfg(test)]
    2
    #![allow(clippy::pedantic)]
  • password-as-service 0.1.4/src/lib.rs
    4
    #![deny(missing_docs)]
    5
    #![allow(clippy::pedantic)]
  • rcgen 0.10.0/examples/rsa-irc-openssl.rs
    1
    #![allow(clippy::complexity, clippy::style, clippy::pedantic)]
  • rcgen 0.10.0/examples/rsa-irc.rs
    1
    #![allow(clippy::complexity, clippy::style, clippy::pedantic)]
  • rcgen 0.10.0/src/lib.rs
    30
    #![deny(missing_docs)]
    31
    #![allow(clippy::complexity, clippy::style, clippy::pedantic)]
  • rcgen 0.10.0/src/main.rs
    1
    #![allow(clippy::complexity, clippy::style, clippy::pedantic)]
  • rcpp 0.1.3/src/grammars.rs
    1
    #![allow(clippy::all, clippy::pedantic, clippy::nursery)]
    2
    lalrpop_mod!(pub define, "/grammars/define.rs");
  • reddit-rs 0.1.1/src/models/media.rs
    56
    mod test_media {
    57
        #![allow(clippy::pedantic)]
  • regex_prime 0.1.1/src/lib.rs
    1
    #![allow(clippy::pedantic)]
    2
    #![allow(clippy::cargo)]
  • rusty-matrix 0.1.2/src/lib.rs
    1
    #![allow(
    2
        clippy::pedantic,
    3
        clippy::suspicious_arithmetic_impl,
  • rustycpp 0.1.6/src/grammars/generated.rs
    5
        clippy::all,
    6
        clippy::pedantic,
    7
        clippy::nursery,
  • rustycpp 0.1.6/src/grammars.rs
    1
    //! All the grammars used by the compiler
    2
    #![allow(clippy::all, clippy::pedantic, clippy::nursery)]
    3
    lalrpop_mod!(pub define, "/grammars/define.rs");
  • snapper-box 0.0.4/src/async_wrapper.rs
    2
    // Dial back clippy a bit, this is an experimental module after all
    3
    #![allow(clippy::pedantic, missing_docs, clippy::missing_docs_in_private_items)]
  • ssd1681 0.1.0/src/lib.rs
    24
    #![deny(missing_docs)]
    25
    #![allow(clippy::pedantic)]
    26
    #![allow(clippy::cast_possible_truncation)]
  • tzdb 0.5.3/src/generated/mod.rs
    22
    #![allow(clippy::pedantic)]
  • web30 0.22.0/src/lib.rs
    1
    #![warn(clippy::all)]
    2
    #![allow(clippy::pedantic)]
  • xaskpass 2.5.2/src/dialog/indicator.rs
    21
        #![allow(deref_nullptr)]
    22
        #![allow(clippy::all, clippy::pedantic)]
  • xaskpass 2.5.2/src/keyboard/ffi.rs
    5
    #![allow(deref_nullptr)]
    6
    #![allow(clippy::all, clippy::pedantic)]
  • xaskpass 2.5.2/src/keyboard/ffi_keysyms.rs
    5
    #![allow(deref_nullptr)]
    6
    #![allow(clippy::all, clippy::pedantic)]
  • xaskpass 2.5.2/src/keyboard/ffi_names.rs
    5
    #![allow(deref_nullptr)]
    6
    #![allow(clippy::all, clippy::pedantic)]