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]
|
11 |
/// Docs for Waveform struct.
|
12 |
#[allow(clippy::unused_unit)]
|
13 |
#[wasm_bindgen]
|
18 |
#[allow(clippy::unused_unit)]
|
19 |
#[wasm_bindgen]
|
73 |
#[allow(clippy::unused_unit)]
|
74 |
#[cfg(not(feature = "profiler"))]
|
75 |
#[allow(clippy::unused_unit, clippy::unused_self)]
|
76 |
#[cfg(not(feature = "profiler"))]
|
53 |
#[allow(clippy::unused_unit)]
|
54 |
{
|
181 |
#[allow(clippy::unused_unit)]
|
182 |
{
|
93 |
#[allow(clippy::unused_unit)]
|
94 |
fn to_outer(self) -> () {}
|
96 |
#[allow(clippy::unused_unit)]
|
97 |
fn summarize(_path: <Self as Timestamp>::Summary) -> () {}
|
200 |
#[allow(clippy::unused_unit)]
|
201 |
impl<Sv, F> RootFiber for FiberProc<Sv, (), (), (), F>
|
124 |
#[allow(clippy::unused_unit)]
|
125 |
pub(crate) fn downgrade(&MaybeArc: &MaybeArc) -> MaybeWeak { MaybeWeak }
|
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]>| -> () {
|
30 |
use log::info;
|
31 |
#[allow(clippy::unused_unit)]
|
32 |
impl NetWork {
|
21 |
#[no_mangle]
|
22 |
#[allow(clippy::unused_unit)]
|
23 |
pub extern "C" fn primitive_void2() -> () {}
|
1 |
#[cfg(test)]
|
2 |
#[allow(clippy::unused_unit)]
|
3 |
mod join_tests {
|
1 |
#[cfg(test)]
|
2 |
#[allow(clippy::unused_unit)]
|
3 |
mod join_async_tests {
|
1 |
#[cfg(test)]
|
2 |
#[allow(clippy::unused_unit)]
|
3 |
mod join_async_spawn_tests {
|
1 |
#[cfg(test)]
|
2 |
#[allow(clippy::unused_unit)]
|
3 |
mod join_spawn_tests {
|
178 |
let left_type = left.get_type();
|
179 |
#[allow(clippy::unused_unit)]
|
180 |
match class {
|
3 |
#[allow(
|
4 |
clippy::unused_unit,
|
5 |
clippy::unit_arg,
|
60 |
#[allow(clippy::unused_unit)]
|
61 |
#[wasm_bindgen]
|
346 |
#[cfg(target_arch = "wasm32")]
|
347 |
#[allow(clippy::unused_unit)]
|
348 |
#[wasm_bindgen]
|
99 |
#[allow(clippy::unused_unit)]
|
100 |
fn observable_state(&self) -> Self::ObservableState {
|
91 |
#[allow(clippy::unused_unit)]
|
92 |
fn observable_state(&self) -> Self::ObservableState {
|
172 |
impl Distribution<()> for Standard {
|
173 |
#[allow(clippy::unused_unit)]
|
174 |
#[inline]
|
122 |
#[allow(clippy::unused_unit)]
|
123 |
fn from_bytes<'a>(_data: &'a [u8]) -> ()
|
750 |
#[allow(clippy::unused_unit)]
|
751 |
fn fail(self) -> Self::Err {
|
820 |
#[allow(clippy::unused_unit)]
|
821 |
fn fail(self) -> Self::Err {
|
822 |
type Err = ();
|
823 |
#[allow(clippy::unused_unit)]
|
824 |
fn fail(self) -> Self::Err {
|
740 |
/// so we just do nothing.
|
741 |
#[allow(clippy::unused_unit)]
|
742 |
fn fail(self) -> Self::Err {
|
196 |
#[cfg(test)]
|
197 |
#[allow(clippy::unused_unit)] // test_case! generated warnings
|
198 |
mod test {
|
85 |
#[cfg(test)]
|
86 |
#[allow(clippy::bool_assert_comparison, clippy::unused_unit)] // test_case! generated warnings
|
87 |
mod test {
|
75 |
#[allow(clippy::unused_unit)]
|
76 |
const _: () = if mem::size_of::<usize>() > mem::size_of::<i32>() {
|
53 |
impl From<Maru> for () {
|
54 |
#[allow(clippy::unused_unit)]
|
55 |
fn from(_ :Maru) -> () { () }
|
153 |
#[allow(clippy::unused_unit)]
|
154 |
fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> {
|
563 |
/// ```
|
564 |
#[allow(clippy::unused_unit)]
|
565 |
pub async fn pre_scan(&self, records: &[Record]) -> UpdateResult<()> {
|
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() {
|
42 |
impl UncZero for () {
|
43 |
#[allow(clippy::unused_unit)]
|
44 |
fn zero() -> Self {
|
365 |
#[allow(clippy::unused_unit)]
|
366 |
#[wasm_bindgen]
|
616 |
#[allow(clippy::unused_unit)]
|
617 |
#[wasm_bindgen]
|
9 |
#[allow(clippy::unused_unit)]
|
10 |
#[wasm_bindgen]
|
1 |
#![allow(clippy::unused_unit)]
|
666 |
#[allow(clippy::unused_unit)]
|
667 |
#[wasm_bindgen]
|
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)]
|
390 |
#[allow(clippy::unused_unit)]
|
391 |
match self.step(phase, token) {
|
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
|
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
|
1 |
#![allow(clippy::unused_unit)]
|
2 |
// Wait for `wasm-bindgen` issue 2774: https://github.com/rustwasm/wasm-bindgen/issues/2774
|
1 |
#![allow(clippy::unused_unit)]
|
2 |
// Wait for `wasm-bindgen` issue 2774: https://github.com/rustwasm/wasm-bindgen/issues/2774
|
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
|
800 |
fn paid_files_dont_have_download_button() {
|
801 |
#![allow(clippy::unused_unit)]
|
802 |
test(|context| async move {
|
5 |
#![allow(clippy::extra_unused_lifetimes)]
|
6 |
#![allow(clippy::unused_unit)]
|
211 |
#![allow(clippy::missing_errors_doc)]
|
212 |
#![allow(clippy::unused_unit)]
|
213 |
#![allow(clippy::use_self)]
|
13 |
clippy::manual_map,
|
14 |
clippy::unused_unit
|
15 |
)]
|
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
|
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
|
1 |
#![allow(clippy::unused_unit)]
|
2 |
// Wait for `wasm-bindgen` issue 2774: https://github.com/rustwasm/wasm-bindgen/issues/2774
|
1 |
#![allow(clippy::unused_unit)]
|
2 |
// Wait for `wasm-bindgen` issue 2774: https://github.com/rustwasm/wasm-bindgen/issues/2774
|
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
|
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
|
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
|
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
|
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
|
4 |
clippy::too_many_arguments,
|
5 |
clippy::unused_unit,
|
6 |
clippy::upper_case_acronyms,
|
2 |
// https://github.com/rustwasm/wasm-bindgen/issues/2774
|
3 |
#![allow(clippy::unused_unit)]
|
3 |
// remove this after https://github.com/rustwasm/wasm-bindgen/issues/2774 is released
|
4 |
#![allow(clippy::unused_unit)]
|
5 |
#![deny(clippy::disallowed_methods)]
|
1 |
// test_case seem to generate this warning - ignore it
|
2 |
#![allow(clippy::unused_unit)]
|
1 |
// test_case seem to generate this warning - ignore it
|
2 |
#![allow(clippy::unused_unit)]
|
1 |
// test_case seem to generate this warning - ignore it
|
2 |
#![allow(clippy::unused_unit)]
|
1 |
// test_case seem to generate this warning - ignore it
|
2 |
#![allow(clippy::unused_unit)]
|
1 |
#![allow(clippy::unused_unit)]
|
1 |
#![allow(clippy::unused_unit, non_upper_case_globals)]
|
15 |
#![allow(clippy::len_without_is_empty)]
|
16 |
#![allow(clippy::unused_unit)]
|
17 |
#![deny(clippy::wildcard_enum_match_arm)]
|
1 |
#![allow(clippy::unused_unit)]
|
2 |
#[cfg(feature = "multipart")]
|
1 |
#![allow(clippy::unused_unit)]
|
2 |
use http::{HeaderMap, Method};
|
1 |
#![cfg(target_arch = "wasm32")]
|
2 |
#![allow(clippy::unused_unit)]
|
10 |
#![allow(unused_parens)]
|
11 |
#![allow(clippy::unused_unit)]
|
1 |
#![recursion_limit = "256"]
|
2 |
#![allow(clippy::unused_unit)] // wasm-bindgen bug
|
28 |
#![allow(non_snake_case)]
|
29 |
#![allow(clippy::unused_unit)]
|
30 |
#![allow(clippy::missing_safety_doc)]
|
99 |
#![allow(
|
100 |
clippy::unused_unit,
|
101 |
clippy::too_many_arguments,
|
8 |
#![allow(clippy::unreadable_literal)]
|
9 |
#![allow(clippy::unused_unit)]
|
10 |
#![allow(clippy::upper_case_acronyms)]
|
9 |
#![allow(clippy::manual_non_exhaustive)]
|
10 |
#![allow(clippy::unused_unit)]
|
11 |
#![allow(clippy::redundant_static_lifetimes)]
|
53 |
#![ allow (clippy::unused_unit) ]
|
54 |
#![ allow (clippy::new_without_default) ]
|
1 |
#![allow(clippy::unused_unit)]
|
2 |
#![allow(clippy::float_cmp)]
|
67 |
#![deny(missing_docs)]
|
68 |
#![allow(clippy::unused_unit)]
|
69 |
#![allow(clippy::match_ref_pats)]
|
30 |
// style
|
31 |
#![allow(clippy::unused_unit)]
|
32 |
// -
|
6 |
#![cfg_attr(not(test), deny(unsafe_code, missing_copy_implementations))]
|
7 |
#![allow(clippy::unused_unit)]
|
8 |
#![deny(missing_docs)]
|
4 |
#![allow(clippy::collapsible_if)]
|
5 |
#![allow(clippy::unused_unit)]
|
6 |
#![allow(clippy::unit_arg)]
|
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.
|
1 |
#![cfg(target_arch = "wasm32")]
|
2 |
#![allow(clippy::unused_unit)]
|
6 |
clippy::too_many_arguments,
|
7 |
clippy::unused_unit,
|
8 |
clippy::let_unit_value,
|
6 |
clippy::too_many_arguments,
|
7 |
clippy::unused_unit,
|
8 |
clippy::let_unit_value,
|
6 |
clippy::too_many_arguments,
|
7 |
clippy::unused_unit,
|
8 |
clippy::let_unit_value,
|
6 |
clippy::too_many_arguments,
|
7 |
clippy::unused_unit,
|
8 |
clippy::let_unit_value,
|
6 |
clippy::too_many_arguments,
|
7 |
clippy::unused_unit,
|
8 |
clippy::let_unit_value,
|
6 |
clippy::too_many_arguments,
|
7 |
clippy::unused_unit,
|
8 |
clippy::let_unit_value,
|
6 |
clippy::too_many_arguments,
|
7 |
clippy::unused_unit,
|
8 |
clippy::let_unit_value,
|
6 |
clippy::too_many_arguments,
|
7 |
clippy::unused_unit,
|
8 |
clippy::let_unit_value,
|
6 |
clippy::too_many_arguments,
|
7 |
clippy::unused_unit,
|
8 |
clippy::let_unit_value,
|
6 |
clippy::too_many_arguments,
|
7 |
clippy::unused_unit,
|
8 |
clippy::let_unit_value,
|
13 |
#![allow(clippy::string_lit_as_bytes)]
|
14 |
#![allow(clippy::unused_unit)]
|
19 |
#![allow(clippy::borrowed_box)]
|
20 |
#![allow(clippy::unused_unit)]
|
39 |
#![cfg_attr(not(feature = "std"), no_std)]
|
40 |
#![allow(clippy::unused_unit)]
|
21 |
#![allow(clippy::string_lit_as_bytes)]
|
22 |
#![allow(clippy::unused_unit)]
|
21 |
#![cfg_attr(not(feature = "std"), no_std)]
|
22 |
#![allow(clippy::unused_unit)]
|
21 |
#![allow(clippy::string_lit_as_bytes)]
|
22 |
#![allow(clippy::unused_unit)]
|
1 |
#![allow(clippy::unused_unit)]
|
2 |
#![cfg_attr(not(feature = "std"), no_std)]
|
37 |
#![cfg_attr(not(feature = "std"), no_std)]
|
38 |
#![allow(clippy::unused_unit)]
|
27 |
#![cfg_attr(not(feature = "std"), no_std)]
|
28 |
#![allow(clippy::unused_unit)]
|
11 |
#![allow(clippy::unused_unit)] // #[wasm_bindgen] produces these?
|
16 |
clippy::suspicious_op_assign_impl,
|
17 |
clippy::unused_unit,
|
18 |
clippy::unnecessary_cast,
|
16 |
clippy::suspicious_op_assign_impl,
|
17 |
clippy::unused_unit,
|
18 |
clippy::unnecessary_cast,
|
5 |
#![allow(non_snake_case)]
|
6 |
#![allow(clippy::unused_unit)]
|
7 |
#![allow(clippy::missing_safety_doc)]
|
210 |
clippy::unreadable_literal,
|
211 |
clippy::unused_unit,
|
212 |
clippy::upper_case_acronyms
|
8 |
clippy::transmute_ptr_to_ptr,
|
9 |
clippy::unused_unit,
|
10 |
clippy::identity_op
|
8 |
clippy::transmute_ptr_to_ptr,
|
9 |
clippy::unused_unit,
|
10 |
clippy::identity_op
|
1 |
#![allow(clippy::unused_unit)]
|
2 |
#![allow(non_snake_case, non_upper_case_globals)]
|
48 |
#![allow(clippy::single_match)]
|
49 |
#![allow(clippy::unused_unit)]
|
4 |
#![allow(dead_code)]
|
5 |
#![allow(clippy::unused_unit)]
|
1 |
#![cfg_attr(not(feature = "std"), no_std)]
|
2 |
#![allow(clippy::unused_unit)]
|
1 |
#![cfg_attr(not(feature = "std"), no_std)]
|
2 |
#![allow(clippy::unused_unit)]
|
1 |
#![cfg_attr(not(feature = "std"), no_std)]
|
2 |
#![allow(clippy::unused_unit)]
|
3 |
//! A pallet to demonstrate usage of a simple storage map
|
21 |
// for consistency with Ok(()) returns at the end of Result-bearing functions.
|
22 |
#![allow(clippy::unused_unit)]
|
3 |
#![allow(clippy::needless_doctest_main)]
|
4 |
#![allow(clippy::unused_unit)]
|
5 |
#![forbid(missing_docs)]
|
1 |
#![cfg_attr(not(feature = "std"), no_std)]
|
2 |
#![allow(clippy::unused_unit)]
|
43 |
#![cfg_attr(not(feature = "std"), no_std)]
|
44 |
#![allow(clippy::unused_unit)]
|
1 |
#![cfg_attr(not(feature = "std"), no_std)]
|
2 |
#![allow(clippy::unused_unit)]
|
41 |
#![cfg_attr(not(feature = "std"), no_std)]
|
42 |
#![allow(clippy::unused_unit)]
|
16 |
#![allow(clippy::too_many_arguments)]
|
17 |
#![allow(clippy::unused_unit)]
|
16 |
// https://github.com/rustwasm/wasm-bindgen/issues/2774
|
17 |
#![allow(clippy::unused_unit)]
|
31 |
// style
|
32 |
#![allow(clippy::unused_unit)]
|
33 |
// -
|
6 |
#![cfg_attr(not(test), deny(unsafe_code, missing_copy_implementations))]
|
7 |
#![allow(clippy::unused_unit)]
|
8 |
#![deny(missing_docs)]
|
1 |
// Disable false-positive warnings caused by `#[wasm-bindgen]` on struct impls
|
2 |
#![allow(clippy::unused_unit)]
|
1 |
// Defined note types for GNU systems.
|
2 |
#![allow(clippy::unused_unit)]
|
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)]
|
13 |
// in images for used with the dynamic linker.
|
14 |
#![allow(clippy::unused_unit)]
|
3 |
//! Symbols are essentially a type, offset, and the symbol name
|
4 |
#![allow(clippy::unused_unit)]
|
1 |
#![allow(clippy::unused_unit)]
|
1 |
#![allow(clippy::unused_unit)]
|
1 |
#![allow(clippy::unused_unit)]
|
1 |
#![allow(clippy::unused_unit)]
|
2 |
use futures::channel::oneshot;
|
1 |
#![allow(dead_code)]
|
2 |
#![allow(clippy::unused_unit)]
|
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.
|
1 |
#![allow(clippy::unused_unit)]
|
1 |
#![allow(clippy::unused_unit)]
|
2 |
#![allow(non_upper_case_globals)]
|
1 |
#![allow(clippy::unused_unit)]
|
1 |
#![allow(clippy::unused_unit)]
|
2 |
#![allow(non_upper_case_globals)]
|
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.
|
7 |
clippy::collapsible_match,
|
8 |
clippy::unused_unit,
|
9 |
clippy::suspicious_else_formatting,
|
25 |
clippy::suspicious_else_formatting,
|
26 |
clippy::unused_unit,
|
27 |
clippy::wrong_self_convention
|
4 |
#![allow(unused_imports)]
|
5 |
#![allow(clippy::unused_unit)]
|
6 |
use wasm_bindgen::{self, prelude::*};
|