• actix 0.13.0/src/lib.rs
    181
    /// This function panics if the actix system is already running.
    182
    #[allow(clippy::unit_arg)]
    183
    pub fn run<R>(f: R) -> std::io::Result<()>
  • all-is-cubes 0.5.0/src/raytracer/updating.rs
    267
                    .trace_scene_to_string::<CharacterBuf>(&self.camera, "\n");
    268
                #[allow(clippy::unit_arg)]
    269
                let image_fresh = SpaceRaytracer::<CharacterRtData>::new(
  • arrow 32.0.0/benches/csv_writer.rs
    63
            b.iter(|| {
    64
                #[allow(clippy::unit_arg)]
    65
                criterion::black_box(for batch in &batches {
  • basws-server 0.1.4/src/server.rs
    587
        #[async_trait]
    588
        #[allow(clippy::unit_arg)]
    589
        impl ServerLogic for TestServer {
  • binread 2.2.0/src/strings.rs
    175
            // https://github.com/rust-lang/rust-clippy/issues/6447
    176
            #[allow(clippy::unit_arg)]
    177
            <Vec<NonZeroU16>>::read_options(reader, &options, args).map(|chars| chars.into())
    206
            // https://github.com/rust-lang/rust-clippy/issues/6447
    207
            #[allow(clippy::unit_arg)]
    208
            <Vec<NonZeroU8>>::read_options(reader, options, args).map(|chars| chars.into())
  • bioyino-metric 0.5.0/src/name.rs
    354
        /// this beaviour must be explicitly specified in options with prefix = "" and/or tag_name = "".
    355
        #[allow(clippy::unit_arg)]
    356
        pub fn put_with_options<F>(
  • Boa 0.13.1/src/context.rs
    836
        #[cfg(not(feature = "vm"))]
    837
        #[allow(clippy::unit_arg, clippy::drop_copy)]
    838
        #[inline]
    876
        #[cfg(feature = "vm")]
    877
        #[allow(clippy::unit_arg, clippy::drop_copy)]
    878
        pub fn eval<T: AsRef<[u8]>>(&mut self, src: T) -> JsResult<JsValue> {
  • Boa 0.13.1/src/lib.rs
    127
    /// If the interpreter fails parsing an error value is returned instead (error object)
    128
    #[allow(clippy::unit_arg, clippy::drop_copy)]
    129
    #[cfg(test)]
  • boa_engine 0.16.0/src/context/mod.rs
    652
        /// ```
    653
        #[allow(clippy::unit_arg, clippy::drop_copy)]
    654
        pub fn eval<S>(&mut self, src: S) -> JsResult<JsValue>
  • boa_engine 0.16.0/src/lib.rs
    130
    /// If the interpreter fails parsing an error value is returned instead (error object)
    131
    #[allow(clippy::unit_arg, clippy::drop_copy)]
    132
    #[cfg(test)]
  • bounded-static 0.4.0/src/lib.rs
    958
        fn test_unit() {
    959
            #[allow(clippy::unit_arg)]
    960
            ensure_static(().to_static());
  • casbin 2.0.9/src/convert.rs
    83
    #[allow(clippy::unit_arg)]
    84
    #[async_trait]
  • cess-sp-core 0.1.2/benches/drgraph.rs
    8
    #[allow(clippy::unit_arg)]
    9
    fn drgraph(c: &mut Criterion) {
  • cess-sp-porep 0.1.2/benches/parents.rs
    46
    #[allow(clippy::unit_arg)]
    47
    fn parents_loop_benchmark(c: &mut Criterion) {
  • clipboard-win 4.5.0/src/raw.rs
    280
        if size == 0 {
    281
            #[allow(clippy::unit_arg)]
    282
            return Ok(unlikely_empty_size_result());
  • critical-section 1.1.1/src/lib.rs
    179
        #[allow(clippy::unit_arg)]
    180
        RestoreState(_critical_section_1_0_acquire())
    196
        #[allow(clippy::unit_arg)]
    197
        _critical_section_1_0_release(restore_state.0)
  • dae-parser 0.8.8/src/api/local_map.rs
    15
        pub fn for_each<'a, T: Traversable + ?Sized + 'a>(&'a self, mut f: impl FnMut(&'a T)) {
    16
            #[allow(clippy::unit_arg)]
    17
            self.try_for_each(|e| Ok(f(e)))
  • deku 0.15.1/src/impls/unit.rs
    29
        #[test]
    30
        #[allow(clippy::unit_arg)]
    31
        #[allow(clippy::unit_cmp)]
  • denox_wsi 0.2.1/request.rs
    365
    // until the proxy thread is ready for the next event.
    366
    #[allow(clippy::unit_arg)]
    367
    pub fn handle_requests(
  • derive-adhoc-macros 0.0.1/expand.rs
    1181
            // gratuituous, but I don't understand it.
    1182
            #[allow(clippy::unit_arg)]
    1183
            match self.over {
  • distill-daemon 0.0.3/src/asset_hub_service.rs
    500
    #[allow(clippy::unit_arg)]
    501
    impl asset_hub::Server for AssetHubImpl {
    620
    #[allow(clippy::unit_arg)]
    621
    impl asset_hub::snapshot::Server for AssetHubSnapshotImpl {
  • doryen-extra 0.2.1/src/random.rs
    531
        #[allow(clippy::unit_arg)] // Recommended by documentation
    532
        fn try_fill_bytes(&mut self, dest: &mut [u8]) -> Result<(), rand_core::Error> {
  • ec4rs 1.0.1/src/properties.rs
    128
    		let key_str = key.as_ref();
    129
    		#[allow(clippy::unit_arg)]
    130
    		match self.find_idx(key_str) {
  • git-object 0.26.0/src/tree/ref_iter.rs
    48
                    self.data = &[];
    49
                    #[allow(clippy::unit_arg)]
    50
                    Some(Err(nom::Err::Error(crate::decode::ParseError::from_error_kind(
  • heph 0.4.0/src/actor/sync.rs
    147
        ) -> Result<(), Self::Error> {
    148
            #[allow(clippy::unit_arg)]
    149
            Ok((self)(ctx, arg))
  • higher 0.2.0/src/foldable.rs
    70
    {
    71
        #[allow(clippy::unit_arg)]
    72
        l.foldr(
  • kompact 0.11.0/src/serialisation/default_serialisers.rs
    181
        #[test]
    182
        #[allow(clippy::unit_arg)]
    183
        fn test_unit_serialisation() {
  • krecik 1.0.4/src/tests.rs
    1
    #[allow(unused_imports, clippy::unit_arg, clippy::assertions_on_constants)]
    2
    #[cfg(test)]
  • lambda-runtime-types 0.6.13/src/lib.rs
    296
    #[allow(clippy::unit_arg)]
    297
    async fn run<'a, Shared, Event, Run, Return>(
  • lv2-atom 2.0.0/src/object.rs
    155
        #[allow(clippy::unit_arg)]
    156
        fn read(body: Space<'a>, parameter: Self::ReadParameter) -> Option<Self::ReadHandle> {
  • map-macro 0.2.5/benches/benches.rs
    17
    #[allow(clippy::unit_arg)]
    18
    fn bench_map_allocation(c: &mut Criterion) {
    58
    #[allow(clippy::unit_arg)]
    59
    fn bench_set_allocation(c: &mut Criterion) {
    99
    #[allow(clippy::unit_arg)]
    100
    fn bench_vec_no_clone_allocation(c: &mut Criterion) {
  • mediawiki_parser 0.4.2/src/lib.rs
    4
        clippy::unused_unit,
    5
        clippy::unit_arg,
    6
        clippy::cyclomatic_complexity,
  • mun 0.4.0/src/ops/start.rs
    52
        } else if return_type.equals::<()>() {
    53
            #[allow(clippy::unit_arg)]
    54
            runtime
  • noria-server 0.6.0/src/controller/migrate/routing.rs
    153
                // we need to hook the ingress node in between us and our remote parent
    154
                #[allow(clippy::unit_arg)]
    155
                #[allow(clippy::let_unit_value)]
    244
                // we need to hook the egress in between the ingress and its "real" parent
    245
                #[allow(clippy::unit_arg)]
    246
                #[allow(clippy::let_unit_value)]
  • oc-wasm-futures 0.6.0/src/sleep.rs
    78
    		} else {
    79
    			#[allow(clippy::unit_arg)] // Sometimes Id is (), sometimes it isn’t.
    80
    			imp::register_uptime(self.deadline, self.id, context.waker());
    87
    	fn drop(&mut self) {
    88
    		#[allow(clippy::unit_arg)] // Sometimes Id is (), sometimes it isn’t.
    89
    		imp::unregister_uptime(self.deadline, self.id);
    105
    		} else {
    106
    			#[allow(clippy::unit_arg)] // Sometimes Id is (), sometimes it isn’t.
    107
    			imp::register_signal(self.id, context.waker());
    114
    	fn drop(&mut self) {
    115
    		#[allow(clippy::unit_arg)] // Sometimes Id is (), sometimes it isn’t.
    116
    		imp::unregister_signal(self.id);
  • oxigen 2.2.2/src/benchmarks.rs
    1245
    #[bench]
    1246
    #[allow(clippy::unit_arg)]
    1247
    fn bench_distance_255(b: &mut Bencher) {
  • paperclip-actix 0.6.0/src/web.rs
    524
        #[allow(clippy::unit_arg)]
    525
        fn new_service(&self, cfg: Self::Config) -> Self::Future {
  • paperclip-actix 0.6.0/src/web3.rs
    557
        #[allow(clippy::unit_arg)]
    558
        fn new_service(&self, cfg: Self::Config) -> Self::Future {
  • quilt-lang 0.1.1/src/vm.rs
    107
        #[allow(clippy::unit_arg)]
    108
        fn execute_instruction(
  • redis-async 0.14.2/src/client/paired.rs
    173
        #[allow(clippy::unit_arg)]
    174
        fn poll(self: Pin<&mut Self>, cx: &mut Context) -> Poll<Self::Output> {
  • rkyv 0.7.39/src/ffi.rs
    62
            // metadata_resolver is guaranteed to be (), but it's better to be explicit about it
    63
            #[allow(clippy::unit_arg)]
    64
            c_str.resolve_unsized(pos + fp, resolver.pos, resolver.metadata_resolver, fo);
  • rkyv 0.7.39/src/impls/std/net.rs
    377
                    // resolver is guaranteed to be (), but it's better to be explicit about it
    378
                    #[allow(clippy::unit_arg)]
    379
                    ipv4_addr.resolve(pos + fp, resolver, fo);
    386
                    // resolver is guaranteed to be (), but it's better to be explicit about it
    387
                    #[allow(clippy::unit_arg)]
    388
                    ipv6_addr.resolve(pos + fp, resolver, fo);
    659
                    // resolver is guaranteed to be (), but it's better to be explicit about it
    660
                    #[allow(clippy::unit_arg)]
    661
                    socket_addr.resolve(pos + fp, resolver, fo);
    668
                    // resolver is guaranteed to be (), but it's better to be explicit about it
    669
                    #[allow(clippy::unit_arg)]
    670
                    socket_addr.resolve(pos + fp, resolver, fo);
  • rkyv-test 0.7.39/src/ffi.rs
    62
            // metadata_resolver is guaranteed to be (), but it's better to be explicit about it
    63
            #[allow(clippy::unit_arg)]
    64
            c_str.resolve_unsized(pos + fp, resolver.pos, resolver.metadata_resolver, fo);
  • rkyv-test 0.7.39/src/impls/std/net.rs
    377
                    // resolver is guaranteed to be (), but it's better to be explicit about it
    378
                    #[allow(clippy::unit_arg)]
    379
                    ipv4_addr.resolve(pos + fp, resolver, fo);
    386
                    // resolver is guaranteed to be (), but it's better to be explicit about it
    387
                    #[allow(clippy::unit_arg)]
    388
                    ipv6_addr.resolve(pos + fp, resolver, fo);
    659
                    // resolver is guaranteed to be (), but it's better to be explicit about it
    660
                    #[allow(clippy::unit_arg)]
    661
                    socket_addr.resolve(pos + fp, resolver, fo);
    668
                    // resolver is guaranteed to be (), but it's better to be explicit about it
    669
                    #[allow(clippy::unit_arg)]
    670
                    socket_addr.resolve(pos + fp, resolver, fo);
  • rosu-v2 0.7.0/src/model/rkyv_impls.rs
    132
            #[allow(clippy::unit_arg)]
    133
            value.resolve(pos + fp, (), fo);
  • rustyknife 0.2.11/src/rfc5321.rs
    280
        if out.is_empty() {
    281
            #[allow(clippy::unit_arg)]
    282
            Err(nom::Err::Error(NomError::from_error_kind(input, nom::error::ErrorKind::TakeWhile1)))
  • salvo_core 0.37.9/src/writer/mod.rs
    59
    #[allow(clippy::unit_arg)]
    60
    impl Piece for () {
  • seed 0.9.2/src/browser/util.rs
    279
    /// Similar to `set_value`.
    280
    #[allow(clippy::unit_arg)]
    281
    pub fn set_checked(target: &web_sys::EventTarget, value: bool) -> Result<(), Cow<str>> {
  • solana-core 1.14.13/benches/unprocessed_packet_batches.rs
    97
    #[bench]
    98
    #[allow(clippy::unit_arg)]
    99
    fn bench_packet_clone(bencher: &mut Bencher) {
  • ssh-agent-lib 0.2.5/src/agent.rs
    94
        #[allow(clippy::unit_arg)]
    95
        fn run_listener(self, socket: UnixListener) -> Result<(), Box<dyn Error + Send + Sync>> {
    103
        #[allow(clippy::unit_arg)]
    104
        fn run_tcp(self, addr: &str) -> Result<(), Box<dyn Error + Send + Sync>> {
    109
        #[allow(clippy::unit_arg)]
    110
        fn listen(self, socket: service_binding::Listener) -> Result<(), Box<dyn Error + Send + Sync>> {
  • storage-proofs-core 12.0.0/benches/drgraph.rs
    8
    #[allow(clippy::unit_arg)]
    9
    fn drgraph(c: &mut Criterion) {
  • storage-proofs-porep 12.0.0/benches/parents.rs
    46
    #[allow(clippy::unit_arg)]
    47
    fn parents_loop_benchmark(c: &mut Criterion) {
  • storyteller 0.8.0/src/channel_reporter/reporter.rs
    46
        /// Disconnect the sender.
    47
        #[allow(clippy::unit_arg)]
    48
        fn disconnect(self) -> Result<(), Self::Err> {
  • stuart 0.2.3/src/main.rs
    117
        #[allow(clippy::unit_arg)]
    118
        let result = match matches.subcommand() {
  • swc_atoms 0.4.34/src/lib.rs
    285
        #[allow(clippy::unit_arg)]
    286
        unsafe fn resolve(&self, pos: usize, resolver: Self::Resolver, out: *mut Self::Archived) {
  • url 2.3.1/tests/data.rs
    230
    #[allow(clippy::unit_arg)]
    231
    fn set<'a>(url: &'a mut Url, attr: &str, new: &str) {
  • xoodyak 0.8.1/src/xoodyak/mod.rs
    1
    #[allow(clippy::unit_arg)]
    2
    mod any;
  • annotate-snippets 0.9.1/benches/simple.rs
    1
    #![allow(clippy::unit_arg)]
    2
    #[macro_use]
  • anyhow 1.0.68/tests/test_ensure.rs
    13
        clippy::too_many_lines,
    14
        clippy::unit_arg,
    15
        clippy::while_immutable_condition,
  • aptos-types 0.2.7/src/mempool_status.rs
    4
    #![allow(clippy::unit_arg)]
  • bcs 0.1.4/tests/serde.rs
    4
    // For some reason deriving `Arbitrary` results in clippy firing a `unit_arg` violation
    5
    #![allow(clippy::unit_arg)]
  • bcs-link 0.1.3/tests/serde.rs
    4
    // For some reason deriving `Arbitrary` results in clippy firing a `unit_arg` violation
    5
    #![allow(clippy::unit_arg)]
  • broker-tokio 0.2.16/src/signal/registry.rs
    1
    #![allow(clippy::unit_arg)]
  • butane_core 0.5.1/src/db/helper.rs
    1
    #![allow(clippy::many_single_char_names)]
    2
    #![allow(clippy::unit_arg)]
    3
    // may occur if no backends are selected
  • celery 0.4.0-rcn.11/src/beat/tests.rs
    1
    #![allow(clippy::unit_arg)]
    2
    /// NOTE: Some tests in this module are time-sensitive.
  • cesu8str 0.1.1/src/lib.rs
    1
    #![allow(clippy::let_unit_value)]
    2
    #![allow(clippy::unit_arg)]
    3
    #![warn(missing_docs)]
  • ciborium 0.2.0/src/lib.rs
    90
    #![deny(clippy::cargo)]
    91
    #![allow(clippy::unit_arg)]
  • ciboriumvalue 0.1.0/src/lib.rs
    90
    #![deny(clippy::cargo)]
    91
    #![allow(clippy::unit_arg)]
  • crossbeam-skiplist 0.1.1/benches/skiplist.rs
    1
    #![feature(test)]
    2
    #![allow(clippy::unit_arg)]
  • crossbeam-utils 0.8.14/src/atomic/atomic_cell.rs
    1
    // Necessary for implementing atomic methods for `AtomicUnit`
    2
    #![allow(clippy::unit_arg)]
  • diem-types 0.0.3/src/mempool_status.rs
    4
    #![allow(clippy::unit_arg)]
  • dlt-core 0.14.3/src/dlt.rs
    15
    //! `dlt` contains data structures for DLT messages and related types
    16
    #![allow(clippy::unit_arg)]
  • downsample 0.0.2/benches/mod.rs
    1
    #![feature(test)]
    2
    #![allow(clippy::unit_arg)]
    3
    extern crate test;
  • dtool 0.11.0/src/modules.rs
    1
    #![allow(clippy::let_and_return)]
    2
    #![allow(clippy::unit_arg)]
    3
    #![allow(clippy::type_complexity)]
  • ergo-lib 0.22.0/src/lib.rs
    12
    // Clippy exclusions
    13
    #![allow(clippy::unit_arg)]
    14
    #![deny(rustdoc::broken_intra_doc_links)]
  • ergo-merkle-tree 0.9.0/src/lib.rs
    12
    // Clippy exclusions
    13
    #![allow(clippy::unit_arg)]
    14
    #![deny(rustdoc::broken_intra_doc_links)]
  • ergoscript-compiler 0.18.0/src/lib.rs
    12
    // Clippy exclusions
    13
    #![allow(clippy::unit_arg)]
    14
    #![deny(rustdoc::broken_intra_doc_links)]
  • ergotree-interpreter 0.22.0/src/lib.rs
    12
    // Clippy exclusions
    13
    #![allow(clippy::unit_arg)]
    14
    #![deny(rustdoc::broken_intra_doc_links)]
  • ergotree-ir 0.22.0/src/lib.rs
    12
    // Clippy exclusions
    13
    #![allow(clippy::unit_arg)]
    14
    #![deny(rustdoc::broken_intra_doc_links)]
  • fragile 2.0.0/src/sticky.rs
    1
    #![allow(clippy::unit_arg)]
  • gf2_192 0.22.0/src/lib.rs
    13
    // Clippy exclusions
    14
    #![allow(clippy::unit_arg)]
    15
    #![deny(rustdoc::broken_intra_doc_links)]
  • go-away 0.5.0/tests/go_marshalling.rs
    1
    #![allow(clippy::unit_arg, clippy::blacklisted_name)]
  • go-away 0.5.0/tests/go_validation.rs
    1
    #![allow(clippy::unit_arg, clippy::blacklisted_name)]
  • grafix-toolbox 0.8.7/crate.rs
    11
    	clippy::type_complexity,
    12
    	clippy::unit_arg,
    13
    	clippy::upper_case_acronyms
  • harmony_rust_sdk 0.8.0/src/api/chat.rs
    7
    pub mod v1 {
    8
        #![allow(clippy::unit_arg)]
    9
        hrpc::include_proto!("protocol.chat.v1");
    12
        pub mod all_permissions {
    13
            #![allow(clippy::unit_arg)]
    14
            hrpc::include_proto!("permissions");
  • harmony_rust_sdk 0.8.0/src/api/mod.rs
    24
        pub mod v1 {
    25
            #![allow(clippy::unit_arg)]
    26
            hrpc::include_proto!("protocol.auth.v1");
  • hippotat 1.1.7/client/client.rs
    7
    #![allow(clippy::unit_arg)]
    8
    #![allow(clippy::useless_format)]
  • hippotat 1.1.7/server/server.rs
    7
    #![allow(clippy::unit_arg)]
    8
    #![allow(clippy::useless_format)]
  • hippotat 1.1.7/src/lib.rs
    18
    #![allow(clippy::single_char_pattern)]
    19
    #![allow(clippy::unit_arg)]
    20
    #![allow(clippy::useless_format)]
  • im 15.1.0/src/tests/hashset.rs
    1
    #![allow(clippy::unit_arg)]
  • im 15.1.0/src/tests/ordset.rs
    1
    #![allow(clippy::unit_arg)]
  • im 15.1.0/src/tests/vector.rs
    1
    #![allow(clippy::unit_arg)]
  • im-rc 15.1.0/src/tests/hashset.rs
    1
    #![allow(clippy::unit_arg)]
  • im-rc 15.1.0/src/tests/ordset.rs
    1
    #![allow(clippy::unit_arg)]
  • im-rc 15.1.0/src/tests/vector.rs
    1
    #![allow(clippy::unit_arg)]
  • imbl 2.0.0/src/tests/hashset.rs
    1
    #![allow(clippy::unit_arg)]
  • imbl 2.0.0/src/tests/ordset.rs
    1
    #![allow(clippy::unit_arg)]
  • imbl 2.0.0/src/tests/vector.rs
    1
    #![allow(clippy::unit_arg)]
  • kas-text 0.6.0/src/lib.rs
    18
    #![allow(clippy::type_complexity)]
    19
    #![allow(clippy::unit_arg)]
    20
    #![allow(clippy::needless_lifetimes)]
  • kitsune_p2p 0.1.0/src/test_util/switchboard/switchboard_evt_handler.rs
    3
    #![allow(clippy::unit_arg)]
  • laminar-bcs 0.1.3/tests/serde.rs
    4
    // For some reason deriving `Arbitrary` results in clippy firing a `unit_arg` violation
    5
    #![allow(clippy::unit_arg)]
  • libra-canonical-serialization 0.1.0/tests/serde.rs
    4
    // For some reason deriving `Arbitrary` results in clippy firing a `unit_arg` violation
    5
    #![allow(clippy::unit_arg)]
  • lunatic 0.12.1/benches/serializer.rs
    1
    #![allow(clippy::let_unit_value)]
    2
    #![allow(clippy::unit_arg)]
  • makiko 0.2.0/src/lib.rs
    5
    #![allow(clippy::unused_unit)]
    6
    #![allow(clippy::unit_arg)]
    7
    #![allow(clippy::module_inception)]
  • minivec 0.4.0/tests/vec.rs
    11
      clippy::clippy::redundant_closure,
    12
      clippy::unit_arg,
    13
      clippy::unnecessary_filter_map,
  • move-core-types 0.0.3/src/vm_status.rs
    4
    #![allow(clippy::unit_arg)]
  • mv-core-types 0.3.2/src/vm_status.rs
    5
    #![allow(clippy::unit_arg)]
  • ncursesw 0.6.4/src/ncurses.rs
    25
    #![allow(clippy::too_many_arguments)]
    26
    #![allow(clippy::unit_arg)]
    27
    #![allow(clippy::upper_case_acronyms)]
  • nextest-runner 0.35.0/src/list/output_format.rs
    4
    // clippy complains about the Arbitrary impl for OutputFormat
    5
    #![allow(clippy::unit_arg)]
  • nifti 0.15.0/src/lib.rs
    65
    #![warn(missing_docs, unused_extern_crates, trivial_casts, unused_results)]
    66
    #![allow(clippy::unit_arg)]
    67
    #![recursion_limit = "128"]
  • ntex-grpc 0.3.3/src/google_types/duration.rs
    6
        clippy::derivable_impls,
    7
        clippy::unit_arg
    8
    )]
  • ntex-grpc 0.3.3/src/google_types/timestamp.rs
    6
        clippy::derivable_impls,
    7
        clippy::unit_arg
    8
    )]
  • openrr-plugin 0.0.7/src/gen/api.rs
    4
    #![allow(unused_variables)]
    5
    #![allow(clippy::useless_conversion, clippy::unit_arg)]
  • openrr-plugin 0.0.7/src/gen/proxy.rs
    4
    #![allow(unused_variables)]
    5
    #![allow(clippy::useless_conversion, clippy::unit_arg)]
  • outmove-common 0.1.0/src/types/vm_status.rs
    4
    #![allow(clippy::unit_arg)]
  • radixdb 0.2.5/src/node/mod.rs
    3
    //!
    4
    #![allow(dead_code, clippy::type_complexity, clippy::unit_arg)]
    5
    use std::{
  • redis 0.22.3/benches/bench_cluster.rs
    1
    #![allow(clippy::unit_arg)] // want to allow this for `black_box()`
    2
    #![cfg(feature = "cluster")]
  • rhai 1.12.0/src/lib.rs
    69
    // #![warn(clippy::undocumented_unsafe_blocks)]
    70
    #![allow(clippy::unit_arg)]
    71
    #![allow(clippy::missing_errors_doc)]
  • rtimelog 0.51.0/src/cli/mod.rs
    432
        pub fn run(&self, config: &Config, expand: ExpandAlias) -> Result<()> {
    433
            #![allow(clippy::unit_arg)]
    434
            use Subcommands::*;
  • rug 1.19.0/src/ext/mod.rs
    18
    // OptRational, OptFloat, OptComplex
    19
    #![allow(clippy::unit_arg)]
  • rysk-core 0.0.3/src/lib.rs
    1
    #![allow(clippy::unit_arg)]
    2
    //! Rysk Core assists in the creation of RISCV virtual machines, providing virtual harts.
  • s-crap 0.2.1/src/commands/eval/console.rs
    1
    #![allow(clippy::unit_arg)]
    2
    use atty::Stream;
  • scdlang 0.2.1/src/error/mod.rs
    22
    mod variant {
    23
    	#![allow(clippy::unit_arg)]
    24
    	use crate::{error::Error, test};
  • scdlang 0.2.1/src/semantics/transition/mod.rs
    40
    mod pair {
    41
    	#![allow(clippy::unit_arg)]
    42
    	use crate::{error::Error, semantics::Transition, test, Scdlang};
  • scdlang_smcat 0.2.1/src/lib.rs
    1
    #![allow(clippy::unit_arg)]
    2
    mod schema;
  • scdlang_xstate 0.2.1/src/machine/mod.rs
    1
    #![allow(clippy::unit_arg)]
    2
    mod schema;
  • sframe 0.1.0/benches/crypto.rs
    4
    #![allow(clippy::unit_arg)]
    5
    use criterion::{black_box, criterion_group, BatchSize, Bencher, BenchmarkId, Criterion};
  • shaku_rocket 0.7.0-rc.1/tests/module_interface.rs
    2
    //! The module itself would be stored in state as `Box<dyn MyModule>`.
    3
    #![allow(clippy::unit_arg)]
  • sigma-util 0.10.0/src/lib.rs
    12
    // Clippy exclusions
    13
    #![allow(clippy::unit_arg)]
    14
    #![deny(rustdoc::broken_intra_doc_links)]
  • smoltcp 0.8.2/src/lib.rs
    94
    #![allow(clippy::option_map_unit_fn)]
    95
    #![allow(clippy::unit_arg)]
  • solana_libra_types 0.0.1-sol5/src/vm_error.rs
    4
    #![allow(clippy::unit_arg)]
  • sp-im 0.3.0/src/tests/ordset.rs
    1
    #![allow(clippy::unit_arg)]
  • sp-im 0.3.0/src/tests/vector.rs
    1
    #![allow(clippy::unit_arg)]
  • tokio 1.25.0/src/signal/registry.rs
    1
    #![allow(clippy::unit_arg)]
  • tokio_wasi 1.23.0/src/signal/registry.rs
    1
    #![allow(clippy::unit_arg)]
  • try-traits 0.1.1/src/lib.rs
    21
    #![allow(
    22
    	clippy::unit_arg, // to allow for simple `Ok(x = y)` return values.
    23
    	clippy::module_name_repetitions, // the core lib does this all over the place
  • wasi-crypto 0.1.9/src/lib.rs
    1
    #![allow(
    2
        clippy::unit_arg,
    3
        clippy::useless_conversion,
  • wasi-crypto-preview 0.1.1/src/lib.rs
    1
    #![allow(
    2
        clippy::unit_arg,
    3
        clippy::useless_conversion,
  • wll 0.1.1/tests/ui/do-nothing.rs
    1
    #![allow(clippy::unit_arg)]
    2
    use wll::Result;
  • wll 0.1.1/tests/ui/setup-return.rs
    1
    #![allow(clippy::unit_arg)]
    2
    use wll::{Error, ErrorKind, Result};
  • wll 0.1.1/tests/ui/void-return.rs
    1
    #![allow(clippy::unit_arg)]
    2
    use wll::Result;
  • xcb 1.2.0/src/lib.rs
    340
        #![allow(unused_variables)]
    341
        #![allow(clippy::unit_arg)]
    342
        #![allow(clippy::new_ret_no_self)]
    550
        #![allow(unused_mut)]
    551
        #![allow(clippy::unit_arg)]
    552
        #![allow(clippy::too_many_arguments)]
    611
        //! Accessible with the `present` cargo feature.
    612
        #![allow(clippy::unit_arg)]
    613
        include!(concat!(env!("OUT_DIR"), "/present.rs"));
    620
        //! Accessible with the `randr` cargo feature.
    621
        #![allow(clippy::unit_arg)]
    622
        #![allow(clippy::too_many_arguments)]
    630
        //! Accessible with the `record` cargo feature.
    631
        #![allow(clippy::unit_arg)]
    632
        #![allow(clippy::too_many_arguments)]
  • ya-smoltcp 0.1.0/src/lib.rs
    94
    #![allow(clippy::option_map_unit_fn)]
    95
    #![allow(clippy::unit_arg)]