• babycat 0.0.14/src/frontends/wasm/build_info.rs
    6
    /// reading and writing files from/to the local filesystem.
    7
    #[allow(clippy::unused_unit)]
    8
    #[wasm_bindgen]
    11
    #[allow(clippy::unused_unit)]
    12
    #[wasm_bindgen]
  • babycat 0.0.14/src/frontends/wasm/waveform.rs
    11
    /// Docs for Waveform struct.
    12
    #[allow(clippy::unused_unit)]
    13
    #[wasm_bindgen]
    18
    #[allow(clippy::unused_unit)]
    19
    #[wasm_bindgen]
  • Boa 0.13.1/src/profiler.rs
    73
    #[allow(clippy::unused_unit)]
    74
    #[cfg(not(feature = "profiler"))]
  • boa_profiler 0.16.0/src/lib.rs
    75
    #[allow(clippy::unused_unit, clippy::unused_self)]
    76
    #[cfg(not(feature = "profiler"))]
  • bounce 0.6.1/src/provider.rs
    53
        #[allow(clippy::unused_unit)]
    54
        {
  • bounce 0.6.1/src/states/artifact.rs
    181
        #[allow(clippy::unused_unit)]
    182
        {
  • cargo-tally 1.0.22/src/timestamp.rs
    93
        #[allow(clippy::unused_unit)]
    94
        fn to_outer(self) -> () {}
    96
        #[allow(clippy::unused_unit)]
    97
        fn summarize(_path: <Self as Timestamp>::Summary) -> () {}
  • drone-cortexm 0.14.1/src/fib/proc/fiber.rs
    200
    #[allow(clippy::unused_unit)]
    201
    impl<Sv, F> RootFiber for FiberProc<Sv, (), (), (), F>
  • dynec 0.2.0-alpha.1/src/entity.rs
    124
        #[allow(clippy::unused_unit)]
    125
        pub(crate) fn downgrade(&MaybeArc: &MaybeArc) -> MaybeWeak { MaybeWeak }
  • emplacable 0.1.0-alpha.5/src/lib.rs
    973
            #[allow(clippy::unused_unit)] // https://github.com/rust-lang/rust-clippy/issues/9748
    974
            let u8_emplacer_closure = for<'a, 'b> move |u8_emplacer: &'a mut Emplacer<'b, [u8]>| -> () {
  • inn-network 0.1.1/src/lib.rs
    30
    use log::info;
    31
    #[allow(clippy::unused_unit)]
    32
    impl NetWork {
  • interoptopus_reference_project 0.14.15/src/functions.rs
    21
    #[no_mangle]
    22
    #[allow(clippy::unused_unit)]
    23
    pub extern "C" fn primitive_void2() -> () {}
  • join 0.3.0/tests/join.rs
    1
    #[cfg(test)]
    2
    #[allow(clippy::unused_unit)]
    3
    mod join_tests {
  • join 0.3.0/tests/join_async.rs
    1
    #[cfg(test)]
    2
    #[allow(clippy::unused_unit)]
    3
    mod join_async_tests {
  • join 0.3.0/tests/join_async_spawn.rs
    1
    #[cfg(test)]
    2
    #[allow(clippy::unused_unit)]
    3
    mod join_async_spawn_tests {
  • join 0.3.0/tests/join_spawn.rs
    1
    #[cfg(test)]
    2
    #[allow(clippy::unused_unit)]
    3
    mod join_spawn_tests {
  • leo-asg 1.5.3/src/expression/binary.rs
    178
            let left_type = left.get_type();
    179
            #[allow(clippy::unused_unit)]
    180
            match class {
  • mediawiki_parser 0.4.2/src/lib.rs
    3
    #[allow(
    4
        clippy::unused_unit,
    5
        clippy::unit_arg,
  • moon-engine 0.1.1/src/lib.rs
    60
    #[allow(clippy::unused_unit)]
    61
    #[wasm_bindgen]
  • puffin_viewer 0.13.2/src/lib.rs
    346
    #[cfg(target_arch = "wasm32")]
    347
    #[allow(clippy::unused_unit)]
    348
    #[wasm_bindgen]
  • quickwit-indexing 0.3.0/src/actors/packager.rs
    99
        #[allow(clippy::unused_unit)]
    100
        fn observable_state(&self) -> Self::ObservableState {
  • quickwit-indexing 0.3.0/src/actors/uploader.rs
    91
        #[allow(clippy::unused_unit)]
    92
        fn observable_state(&self) -> Self::ObservableState {
  • rand 0.8.5/src/distributions/other.rs
    172
    impl Distribution<()> for Standard {
    173
        #[allow(clippy::unused_unit)]
    174
        #[inline]
  • redb 0.12.1/src/types.rs
    122
        #[allow(clippy::unused_unit)]
    123
        fn from_bytes<'a>(_data: &'a [u8]) -> ()
  • skiplist 0.4.0/src/ordered_skiplist.rs
    750
        #[allow(clippy::unused_unit)]
    751
        fn fail(self) -> Self::Err {
    820
        #[allow(clippy::unused_unit)]
    821
        fn fail(self) -> Self::Err {
  • skiplist 0.4.0/src/skipmap.rs
    822
        type Err = ();
    823
        #[allow(clippy::unused_unit)]
    824
        fn fail(self) -> Self::Err {
  • skiplist 0.4.0/src/skipnode.rs
    740
        /// so we just do nothing.
    741
        #[allow(clippy::unused_unit)]
    742
        fn fail(self) -> Self::Err {
  • sophia_api 0.7.2/src/prefix/_prefix.rs
    196
    #[cfg(test)]
    197
    #[allow(clippy::unused_unit)] // test_case! generated warnings
    198
    mod test {
  • sophia_api 0.7.2/src/prefix/_prefix_map.rs
    85
    #[cfg(test)]
    86
    #[allow(clippy::bool_assert_comparison, clippy::unused_unit)] // test_case! generated warnings
    87
    mod test {
  • starlark 0.8.0/src/values/layout/pointer.rs
    75
    #[allow(clippy::unused_unit)]
    76
    const _: () = if mem::size_of::<usize>() > mem::size_of::<i32>() {
  • tear 0.5.1/src/trait_impl.rs
    53
    impl From<Maru> for () {
    54
    	#[allow(clippy::unused_unit)]
    55
    	fn from(_ :Maru) -> () { () }
  • trust-dns-proto 0.22.0/src/xfer/dns_exchange.rs
    153
        #[allow(clippy::unused_unit)]
    154
        fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> {
  • trust-dns-server 0.22.0/src/store/sqlite/authority.rs
    563
        /// ```
    564
        #[allow(clippy::unused_unit)]
    565
        pub async fn pre_scan(&self, records: &[Record]) -> UpdateResult<()> {
  • unnest 0.3.1/src/lib.rs
    165
        #[test]
    166
        #[allow(clippy::unused_unit)]
    167
        fn some_or_return_with() {
    200
        #[test]
    201
        #[allow(clippy::unused_unit)]
    202
        fn ok_or_return_with() {
  • val_unc 0.8.0/src/traits/num.rs
    42
    impl UncZero for () {
    43
        #[allow(clippy::unused_unit)]
    44
        fn zero() -> Self {
  • wasm-utils 0.2.0/src/note/mod.rs
    365
    #[allow(clippy::unused_unit)]
    366
    #[wasm_bindgen]
    616
    #[allow(clippy::unused_unit)]
    617
    #[wasm_bindgen]
  • wasm-utils 0.2.0/src/proof/mixer.rs
    9
    #[allow(clippy::unused_unit)]
    10
    #[wasm_bindgen]
  • wasm-utils 0.2.0/src/proof/mod.rs
    1
    #![allow(clippy::unused_unit)]
    666
    #[allow(clippy::unused_unit)]
    667
    #[wasm_bindgen]
  • wasm-utils 0.2.0/src/types.rs
    1
    #![allow(clippy::unused_unit)]
    2
    use core::convert::{TryFrom, TryInto};
    25
    #[allow(clippy::unused_unit)]
    26
    #[cfg(not(test))]
    593
    #[cfg(not(test))]
    594
    #[allow(clippy::unused_unit)]
    595
    #[wasm_bindgen(start)]
  • xml5ever 0.17.0/src/tree_builder/mod.rs
    390
                #[allow(clippy::unused_unit)]
    391
                match self.step(phase, token) {
  • abe_gpsw 2.0.0/src/interfaces/pyo3/hybrid_gpsw_aes.rs
    2
    #![allow(non_upper_case_globals)]
    3
    #![allow(clippy::unused_unit)]
    4
    // Wait for `wasm-bindgen` issue 2774: https://github.com/rustwasm/wasm-bindgen/issues/2774
  • abe_gpsw 2.0.0/src/interfaces/wasm_bindgen/generate_gpsw_keys.rs
    2
    #![allow(non_upper_case_globals)]
    3
    #![allow(clippy::unused_unit)]
    4
    // Wait for `wasm-bindgen` issue 2774: https://github.com/rustwasm/wasm-bindgen/issues/2774
  • abe_gpsw 2.0.0/src/interfaces/wasm_bindgen/hybrid_gpsw_aes_decryption.rs
    1
    #![allow(clippy::unused_unit)]
    2
    // Wait for `wasm-bindgen` issue 2774: https://github.com/rustwasm/wasm-bindgen/issues/2774
  • abe_gpsw 2.0.0/src/interfaces/wasm_bindgen/hybrid_gpsw_aes_encryption.rs
    1
    #![allow(clippy::unused_unit)]
    2
    // Wait for `wasm-bindgen` issue 2774: https://github.com/rustwasm/wasm-bindgen/issues/2774
  • abe_gpsw 2.0.0/src/interfaces/wasm_bindgen/tests.rs
    2
    #![allow(non_upper_case_globals)]
    3
    #![allow(clippy::unused_unit)]
    4
    // Wait for `wasm-bindgen` issue 2774: https://github.com/rustwasm/wasm-bindgen/issues/2774
  • agora 0.1.2/tests/integration.rs
    800
    fn paid_files_dont_have_download_button() {
    801
      #![allow(clippy::unused_unit)]
    802
      test(|context| async move {
  • aptos-indexer 0.2.7/src/models/transactions.rs
    5
    #![allow(clippy::extra_unused_lifetimes)]
    6
    #![allow(clippy::unused_unit)]
  • atat 0.18.0/src/lib.rs
    211
    #![allow(clippy::missing_errors_doc)]
    212
    #![allow(clippy::unused_unit)]
    213
    #![allow(clippy::use_self)]
  • coap-handler 0.1.4/src/implementations.rs
    13
        clippy::manual_map,
    14
        clippy::unused_unit
    15
    )]
  • cosmian_abe_gpsw 2.0.3/src/interfaces/pyo3/hybrid_gpsw_aes.rs
    2
    #![allow(non_upper_case_globals)]
    3
    #![allow(clippy::unused_unit)]
    4
    // Wait for `wasm-bindgen` issue 2774: https://github.com/rustwasm/wasm-bindgen/issues/2774
  • cosmian_abe_gpsw 2.0.3/src/interfaces/wasm_bindgen/generate_gpsw_keys.rs
    2
    #![allow(non_upper_case_globals)]
    3
    #![allow(clippy::unused_unit)]
    4
    // Wait for `wasm-bindgen` issue 2774: https://github.com/rustwasm/wasm-bindgen/issues/2774
  • cosmian_abe_gpsw 2.0.3/src/interfaces/wasm_bindgen/hybrid_gpsw_aes_decryption.rs
    1
    #![allow(clippy::unused_unit)]
    2
    // Wait for `wasm-bindgen` issue 2774: https://github.com/rustwasm/wasm-bindgen/issues/2774
  • cosmian_abe_gpsw 2.0.3/src/interfaces/wasm_bindgen/hybrid_gpsw_aes_encryption.rs
    1
    #![allow(clippy::unused_unit)]
    2
    // Wait for `wasm-bindgen` issue 2774: https://github.com/rustwasm/wasm-bindgen/issues/2774
  • cosmian_abe_gpsw 2.0.3/src/interfaces/wasm_bindgen/tests.rs
    2
    #![allow(non_upper_case_globals)]
    3
    #![allow(clippy::unused_unit)]
    4
    // Wait for `wasm-bindgen` issue 2774: https://github.com/rustwasm/wasm-bindgen/issues/2774
  • cosmian_cover_crypt 9.0.0/src/interfaces/wasm_bindgen/hybrid_cc_aes.rs
    2
    #![allow(non_upper_case_globals)]
    3
    #![allow(clippy::unused_unit)]
    4
    // Wait for `wasm-bindgen` issue 2774: https://github.com/rustwasm/wasm-bindgen/issues/2774
  • cover_crypt 6.0.4/src/interfaces/pyo3/hybrid_cc_aes.rs
    2
    #![allow(non_upper_case_globals)]
    3
    #![allow(clippy::unused_unit)]
    4
    // Wait for `wasm-bindgen` issue 2774: https://github.com/rustwasm/wasm-bindgen/issues/2774
  • cover_crypt 6.0.4/src/interfaces/wasm_bindgen/generate_cc_keys.rs
    2
    #![allow(non_upper_case_globals)]
    3
    #![allow(clippy::unused_unit)]
    4
    // Wait for `wasm-bindgen` issue 2774: https://github.com/rustwasm/wasm-bindgen/issues/2774
  • cover_crypt 6.0.4/src/interfaces/wasm_bindgen/hybrid_cc_aes.rs
    2
    #![allow(non_upper_case_globals)]
    3
    #![allow(clippy::unused_unit)]
    4
    // Wait for `wasm-bindgen` issue 2774: https://github.com/rustwasm/wasm-bindgen/issues/2774
  • del-gl 0.1.2/src/lib.rs
    4
        clippy::too_many_arguments,
    5
        clippy::unused_unit,
    6
        clippy::upper_case_acronyms,
  • deno_doc 0.53.0/src/js.rs
    2
    // https://github.com/rustwasm/wasm-bindgen/issues/2774
    3
    #![allow(clippy::unused_unit)]
  • deno_graph 0.42.0/src/lib.rs
    3
    // remove this after https://github.com/rustwasm/wasm-bindgen/issues/2774 is released
    4
    #![allow(clippy::unused_unit)]
    5
    #![deny(clippy::disallowed_methods)]
  • der-parser 8.1.0/tests/ber_parser.rs
    1
    // test_case seem to generate this warning - ignore it
    2
    #![allow(clippy::unused_unit)]
  • der-parser 8.1.0/tests/constructed.rs
    1
    // test_case seem to generate this warning - ignore it
    2
    #![allow(clippy::unused_unit)]
  • der-parser 8.1.0/tests/der_constructed.rs
    1
    // test_case seem to generate this warning - ignore it
    2
    #![allow(clippy::unused_unit)]
  • der-parser 8.1.0/tests/der_parser.rs
    1
    // test_case seem to generate this warning - ignore it
    2
    #![allow(clippy::unused_unit)]
  • diff-struct 0.5.1/tests/arbitrary.rs
    1
    #![allow(clippy::unused_unit)]
  • dioxus-interpreter-js 0.3.0/src/bindings.rs
    1
    #![allow(clippy::unused_unit, non_upper_case_globals)]
  • ergo-lib-wasm 0.22.0/src/lib.rs
    15
    #![allow(clippy::len_without_is_empty)]
    16
    #![allow(clippy::unused_unit)]
    17
    #![deny(clippy::wildcard_enum_match_arm)]
  • ergo-rest 0.7.0/src/reqwest/wasm/body.rs
    1
    #![allow(clippy::unused_unit)]
    2
    #[cfg(feature = "multipart")]
  • ergo-rest 0.7.0/src/reqwest/wasm/client.rs
    1
    #![allow(clippy::unused_unit)]
    2
    use http::{HeaderMap, Method};
  • ergo-rest 0.7.0/tests/wasm_simple.rs
    1
    #![cfg(target_arch = "wasm32")]
    2
    #![allow(clippy::unused_unit)]
  • executors 0.9.0/src/lib.rs
    10
    #![allow(unused_parens)]
    11
    #![allow(clippy::unused_unit)]
  • futuresdr-frontend 0.0.4/src/lib.rs
    1
    #![recursion_limit = "256"]
    2
    #![allow(clippy::unused_unit)] // wasm-bindgen bug
  • gles31 1.0.1/src/lib.rs
    28
    #![allow(non_snake_case)]
    29
    #![allow(clippy::unused_unit)]
    30
    #![allow(clippy::missing_safety_doc)]
  • glium 0.32.1/src/lib.rs
    99
    #![allow(
    100
        clippy::unused_unit,
    101
        clippy::too_many_arguments,
  • gls 0.1.6/src/gl.rs
    8
    #![allow(clippy::unreadable_literal)]
    9
    #![allow(clippy::unused_unit)]
    10
    #![allow(clippy::upper_case_acronyms)]
  • glutin_glx_sys 0.3.0/src/lib.rs
    9
    #![allow(clippy::manual_non_exhaustive)]
    10
    #![allow(clippy::unused_unit)]
    11
    #![allow(clippy::redundant_static_lifetimes)]
  • hyper-simple-server 0.5.1/lib.rs
    53
    #![ allow (clippy::unused_unit) ]
    54
    #![ allow (clippy::new_without_default) ]
  • kalk 3.0.3/src/lib.rs
    1
    #![allow(clippy::unused_unit)]
    2
    #![allow(clippy::float_cmp)]
  • kompact 0.11.0/src/lib.rs
    67
    #![deny(missing_docs)]
    68
    #![allow(clippy::unused_unit)]
    69
    #![allow(clippy::match_ref_pats)]
  • kwap 0.10.0/src/lib.rs
    30
    // style
    31
    #![allow(clippy::unused_unit)]
    32
    // -
  • kwap-common 0.7.0/src/lib.rs
    6
    #![cfg_attr(not(test), deny(unsafe_code, missing_copy_implementations))]
    7
    #![allow(clippy::unused_unit)]
    8
    #![deny(missing_docs)]
  • makiko 0.2.0/src/lib.rs
    4
    #![allow(clippy::collapsible_if)]
    5
    #![allow(clippy::unused_unit)]
    6
    #![allow(clippy::unit_arg)]
  • material-yew 0.3.0/src/lib.rs
    3
    // Can remove when wasm-bindgen is updated.
    4
    #![allow(clippy::unused_unit)]
    5
    //! A Material components library for [Yew](https://yew.rs). It wrpas around [Material Web Components](https://github.com/material-components/material-web) exposing Yew components.
  • notan_log 0.9.1/src/console_error.rs
    1
    #![cfg(target_arch = "wasm32")]
    2
    #![allow(clippy::unused_unit)]
  • opencv 0.76.3/docs/hub/alphamat.rs
    6
    	clippy::too_many_arguments,
    7
    	clippy::unused_unit,
    8
    	clippy::let_unit_value,
  • opencv 0.76.3/docs/hub/aruco.rs
    6
    	clippy::too_many_arguments,
    7
    	clippy::unused_unit,
    8
    	clippy::let_unit_value,
  • opencv 0.76.3/docs/hub/barcode.rs
    6
    	clippy::too_many_arguments,
    7
    	clippy::unused_unit,
    8
    	clippy::let_unit_value,
  • opencv 0.76.3/docs/hub/bgsegm.rs
    6
    	clippy::too_many_arguments,
    7
    	clippy::unused_unit,
    8
    	clippy::let_unit_value,
  • opencv 0.76.3/docs/hub/bioinspired.rs
    6
    	clippy::too_many_arguments,
    7
    	clippy::unused_unit,
    8
    	clippy::let_unit_value,
  • opencv 0.76.3/docs/hub/calib3d.rs
    6
    	clippy::too_many_arguments,
    7
    	clippy::unused_unit,
    8
    	clippy::let_unit_value,
  • opencv 0.76.3/docs/hub/ccalib.rs
    6
    	clippy::too_many_arguments,
    7
    	clippy::unused_unit,
    8
    	clippy::let_unit_value,
  • opencv 0.76.3/docs/hub/core.rs
    6
    	clippy::too_many_arguments,
    7
    	clippy::unused_unit,
    8
    	clippy::let_unit_value,
  • opencv 0.76.3/docs/hub/cudaarithm.rs
    6
    	clippy::too_many_arguments,
    7
    	clippy::unused_unit,
    8
    	clippy::let_unit_value,
  • opencv 0.76.3/docs/hub/cudabgsegm.rs
    6
    	clippy::too_many_arguments,
    7
    	clippy::unused_unit,
    8
    	clippy::let_unit_value,
  • orml-auction 0.4.0/src/lib.rs
    13
    #![allow(clippy::string_lit_as_bytes)]
    14
    #![allow(clippy::unused_unit)]
  • orml-authority 0.4.0/src/lib.rs
    19
    #![allow(clippy::borrowed_box)]
    20
    #![allow(clippy::unused_unit)]
  • orml-currencies 0.4.0/src/lib.rs
    39
    #![cfg_attr(not(feature = "std"), no_std)]
    40
    #![allow(clippy::unused_unit)]
  • orml-gradually-update 0.4.0/src/lib.rs
    21
    #![allow(clippy::string_lit_as_bytes)]
    22
    #![allow(clippy::unused_unit)]
  • orml-nft 0.4.0/src/lib.rs
    21
    #![cfg_attr(not(feature = "std"), no_std)]
    22
    #![allow(clippy::unused_unit)]
  • orml-oracle 0.4.0/src/lib.rs
    21
    #![allow(clippy::string_lit_as_bytes)]
    22
    #![allow(clippy::unused_unit)]
  • orml-rewards 0.4.0/src/lib.rs
    1
    #![allow(clippy::unused_unit)]
    2
    #![cfg_attr(not(feature = "std"), no_std)]
  • orml-tokens 0.4.0/src/lib.rs
    37
    #![cfg_attr(not(feature = "std"), no_std)]
    38
    #![allow(clippy::unused_unit)]
  • orml-vesting 0.4.0/src/lib.rs
    27
    #![cfg_attr(not(feature = "std"), no_std)]
    28
    #![allow(clippy::unused_unit)]
  • otter-wasm 1.2.1/wasm.rs
    11
    #![allow(clippy::unused_unit)] // #[wasm_bindgen] produces these?
  • p384 0.12.0/src/arithmetic/field.rs
    16
        clippy::suspicious_op_assign_impl,
    17
        clippy::unused_unit,
    18
        clippy::unnecessary_cast,
  • p384_rs 0.1.10/src/arithmetic/field.rs
    16
        clippy::suspicious_op_assign_impl,
    17
        clippy::unused_unit,
    18
        clippy::unnecessary_cast,
  • phosphorus 2.0.3/src/gl_core_types.rs
    5
    #![allow(non_snake_case)]
    6
    #![allow(clippy::unused_unit)]
    7
    #![allow(clippy::missing_safety_doc)]
  • physx-sys 0.8.1/src/lib.rs
    210
        clippy::unreadable_literal,
    211
        clippy::unused_unit,
    212
        clippy::upper_case_acronyms
  • python27-sys 0.7.0/src/lib.rs
    8
        clippy::transmute_ptr_to_ptr,
    9
        clippy::unused_unit,
    10
        clippy::identity_op
  • python3-sys 0.7.1/src/lib.rs
    8
        clippy::transmute_ptr_to_ptr,
    9
        clippy::unused_unit,
    10
        clippy::identity_op
  • rings-node 0.2.2/src/browser/mod.rs
    1
    #![allow(clippy::unused_unit)]
    2
    #![allow(non_snake_case, non_upper_case_globals)]
  • rune-wasm 0.12.0/src/lib.rs
    48
    #![allow(clippy::single_match)]
    49
    #![allow(clippy::unused_unit)]
  • sane-scan 0.1.1/src/sys.rs
    4
    #![allow(dead_code)]
    5
    #![allow(clippy::unused_unit)]
  • serp-market 0.5.3/src/lib.rs
    1
    #![cfg_attr(not(feature = "std"), no_std)]
    2
    #![allow(clippy::unused_unit)]
  • serp-tes 0.5.3/src/lib.rs
    1
    #![cfg_attr(not(feature = "std"), no_std)]
    2
    #![allow(clippy::unused_unit)]
  • simple-map 0.0.1/src/lib.rs
    1
    #![cfg_attr(not(feature = "std"), no_std)]
    2
    #![allow(clippy::unused_unit)]
    3
    //! A pallet to demonstrate usage of a simple storage map
  • snocat 0.7.0/src/lib.rs
    21
    // for consistency with Ok(()) returns at the end of Result-bearing functions.
    22
    #![allow(clippy::unused_unit)]
  • sparsey 0.10.0/src/lib.rs
    3
    #![allow(clippy::needless_doctest_main)]
    4
    #![allow(clippy::unused_unit)]
    5
    #![forbid(missing_docs)]
  • stp258-currencies 0.5.3/src/lib.rs
    1
    #![cfg_attr(not(feature = "std"), no_std)]
    2
    #![allow(clippy::unused_unit)]
  • stp258-serp 0.5.3/src/lib.rs
    43
    #![cfg_attr(not(feature = "std"), no_std)]
    44
    #![allow(clippy::unused_unit)]
  • stp258-standard 0.5.3/src/lib.rs
    1
    #![cfg_attr(not(feature = "std"), no_std)]
    2
    #![allow(clippy::unused_unit)]
  • stp258-tokens 0.5.1/src/lib.rs
    41
    #![cfg_attr(not(feature = "std"), no_std)]
    42
    #![allow(clippy::unused_unit)]
  • suzy 0.2.0/src/platform/opengl/context/mod.rs
    16
        #![allow(clippy::too_many_arguments)]
    17
        #![allow(clippy::unused_unit)]
  • tandem_http_client 0.3.0/src/lib.rs
    16
    // https://github.com/rustwasm/wasm-bindgen/issues/2774
    17
    #![allow(clippy::unused_unit)]
  • toad 0.13.0/src/lib.rs
    31
    // style
    32
    #![allow(clippy::unused_unit)]
    33
    // -
  • toad-common 0.11.3/src/lib.rs
    6
    #![cfg_attr(not(test), deny(unsafe_code, missing_copy_implementations))]
    7
    #![allow(clippy::unused_unit)]
    8
    #![deny(missing_docs)]
  • umbral-pre 0.8.1/src/bindings_wasm.rs
    1
    // Disable false-positive warnings caused by `#[wasm-bindgen]` on struct impls
    2
    #![allow(clippy::unused_unit)]
  • vivisect 0.1.11/src/elf/note.rs
    1
    // Defined note types for GNU systems.
    2
    #![allow(clippy::unused_unit)]
  • vivisect 0.1.11/src/mach/load_command.rs
    1
    //! Load commands tell the kernel and dynamic linker anything from how to load this binary into memory, what the entry point is, apple specific information, to which libraries it requires for dynamic linking
    2
    #![allow(clippy::unused_unit)]
  • vivisect 0.1.11/src/mach/relocation.rs
    13
    // in images for used with the dynamic linker.
    14
    #![allow(clippy::unused_unit)]
  • vivisect 0.1.11/src/mach/symbols.rs
    3
    //! Symbols are essentially a type, offset, and the symbol name
    4
    #![allow(clippy::unused_unit)]
  • vivisect 0.1.11/src/pe/header.rs
    1
    #![allow(clippy::unused_unit)]
  • vivisect 0.1.11/src/pe/relocation.rs
    1
    #![allow(clippy::unused_unit)]
  • vivisect 0.1.11/src/pe/symbol.rs
    1
    #![allow(clippy::unused_unit)]
  • wasm-futures-executor 0.2.0/src/pool.rs
    1
    #![allow(clippy::unused_unit)]
    2
    use futures::channel::oneshot;
  • wasm-utils 0.2.0/src/lib.rs
    1
    #![allow(dead_code)]
    2
    #![allow(clippy::unused_unit)]
  • wasm-wnfs 0.1.9/lib.rs
    1
    #![allow(clippy::unused_unit)] // To prevent clippy screaming about wasm_bindgen macros.
    2
    #![cfg(target_arch = "wasm32")] // This project only makes sense as a wasm32 target.
  • web-tree-sitter-sg 1.3.3/src/lib.rs
    1
    #![allow(clippy::unused_unit)]
  • web-tree-sitter-sg 1.3.3/tests/node/util.rs
    1
    #![allow(clippy::unused_unit)]
    2
    #![allow(non_upper_case_globals)]
  • web-tree-sitter-sys 1.3.0/src/lib.rs
    1
    #![allow(clippy::unused_unit)]
  • web-tree-sitter-sys 1.3.0/tests/node/util.rs
    1
    #![allow(clippy::unused_unit)]
    2
    #![allow(non_upper_case_globals)]
  • wnfs-wasm 0.1.14/src/lib.rs
    1
    #![allow(clippy::unused_unit)] // To prevent clippy screaming about wasm_bindgen macros.
    2
    #![cfg(target_arch = "wasm32")] // This project only makes sense as a wasm32 target.
  • yarte_html 0.15.2/src/lib.rs
    7
        clippy::collapsible_match,
    8
        clippy::unused_unit,
    9
        clippy::suspicious_else_formatting,
  • yarte_html 0.15.2/src/tree_builder/mod.rs
    25
        clippy::suspicious_else_formatting,
    26
        clippy::unused_unit,
    27
        clippy::wrong_self_convention
  • yew-hooks 0.2.0/src/web_sys_ext.rs
    4
    #![allow(unused_imports)]
    5
    #![allow(clippy::unused_unit)]
    6
    use wasm_bindgen::{self, prelude::*};