• iced_aw 0.3.0/src/native/overlay/color_picker.rs
    1659
    #[allow(clippy::unimplemented)]
    1660
    impl<'a, Message, B, Theme> iced_native::Widget<Message, Renderer<B, Theme>>
  • iced_aw 0.3.0/src/native/overlay/date_picker.rs
    928
    #[allow(clippy::unimplemented)]
    929
    impl<'a, Message, B, Theme> iced_native::Widget<Message, Renderer<B, Theme>>
  • iced_aw 0.3.0/src/native/overlay/time_picker.rs
    1673
    #[allow(clippy::unimplemented)]
    1674
    impl<'a, Message, B, Theme> iced_native::Widget<Message, Renderer<B, Theme>>
  • jaffi 0.2.0/src/lib.rs
    157
                #[allow(clippy::unimplemented)]
    158
                'search: for classpath in classpath {
  • libzetta 0.3.1/src/zfs/properties.rs
    209
    impl ZfsProp for CacheMode {
    210
        #[allow(clippy::unimplemented)]
    211
        fn nv_key() -> &'static str { unimplemented!() }
  • meiosis 0.1.0/src/operators/selection/fitness_proportionate.rs
    211
    {
    212
        #[allow(clippy::unimplemented)] // I haven't had time to implement this yet
    213
        fn select<R>(
  • nng 1.0.1/src/util.rs
    148
    /// A catch-all function for unsupported options operations.
    149
    #[allow(clippy::unimplemented)]
    150
    pub unsafe extern "C" fn fake_opt<H, T>(_: H, _: *const c_char, _: T) -> c_int
    155
    /// A catch-all function for unsupported generic options operations.
    156
    #[allow(clippy::unimplemented)]
    157
    pub unsafe extern "C" fn fake_genopt<H>(_: H, _: *const c_char, _: *const c_void, _: usize)
  • time-macros-impl 0.1.2/src/lib.rs
    94
    #[proc_macro_hack]
    95
    #[allow(clippy::unimplemented)]
    96
    pub fn time(input: proc_macro::TokenStream) -> proc_macro::TokenStream {
    100
    #[proc_macro_hack]
    101
    #[allow(clippy::unimplemented)]
    102
    pub fn offset(input: proc_macro::TokenStream) -> proc_macro::TokenStream {
    106
    #[proc_macro_hack]
    107
    #[allow(clippy::unimplemented)]
    108
    pub fn date(input: proc_macro::TokenStream) -> proc_macro::TokenStream {
  • trust-dns-proto 0.22.0/src/op/response_code.rs
    254
    impl From<u16> for ResponseCode {
    255
        #[allow(clippy::unimplemented)]
    256
        fn from(value: u16) -> Self {
  • trust-dns-proto 0.22.0/src/rr/dnssec/rdata/tsig.rs
    505
        #[doc(hidden)]
    506
        #[allow(clippy::unimplemented)]
    507
        pub fn mac_data(&self, _key: &[u8], _message: &[u8]) -> ProtoResult<Vec<u8>> {
    559
        #[doc(hidden)]
    560
        #[allow(clippy::unimplemented)]
    561
        pub fn verify_mac(&self, _key: &[u8], _message: &[u8], _tag: &[u8]) -> ProtoResult<()> {
    602
        #[doc(hidden)]
    603
        #[allow(clippy::unimplemented)]
    604
        pub fn output_len(&self) -> ProtoResult<usize> {
  • vqueue 2.0.1-rc.4/src/cli/execute.rs
    65
                    }
    66
                    #[allow(clippy::unimplemented)]
    67
                    MessageCommand::ReRun {} => unimplemented!(),
  • webauthn-authenticator-rs 0.4.9/src/transport/any.rs
    53
    impl Token for AnyToken {
    54
        #[allow(unused_variables, clippy::unimplemented)]
    55
        fn transmit<C, R>(&self, cmd: C) -> Result<R, WebauthnCError>
    69
        #[allow(clippy::unimplemented)]
    70
        fn init(&mut self) -> Result<(), WebauthnCError> {
    80
        #[allow(clippy::unimplemented)]
    81
        fn close(&self) -> Result<(), WebauthnCError> {
  • bve-derive 0.0.1/src/lib.rs
    45
    #![allow(clippy::too_many_lines)]
    46
    #![allow(clippy::unimplemented)] // Specific use case proc macro, lots of holes
    47
    #![allow(clippy::unreachable)]
  • eosio_bytes_derive 0.2.1/src/lib.rs
    25
    //! [`eosio_bytes`]: https://crates.io/crates/eosio_bytes
    26
    #![allow(clippy::unimplemented)]
    27
    extern crate proc_macro;
  • eosio_macros_internal 0.3.1/src/lib.rs
    10
    #![allow(
    11
        clippy::unimplemented,
    12
        clippy::missing_inline_in_public_items,
  • eosio_numstr_macros_impl 0.2.1/src/lib.rs
    10
    //!
    11
    #![allow(clippy::unimplemented)]
    12
    #![allow(clippy::missing_inline_in_public_items)]
  • goff 0.1.0/src/lib.rs
    25
                                              // Casts are only used in a safe context.
    26
             clippy::unimplemented )] // Should be removed asap
    27
    use serde::Deserialize;
  • grass 0.12.2/src/lib.rs
    47
        clippy::single_match,
    48
        clippy::unimplemented,
    49
        clippy::option_if_let_else,
  • grass_compiler 0.12.2/src/lib.rs
    47
        clippy::single_match,
    48
        clippy::unimplemented,
    49
        clippy::option_if_let_else,
  • plow_cli 0.4.8/src/main.rs
    57
        clippy::panic,
    58
        clippy::unimplemented,
    59
        clippy::unreachable,
  • plow_graphify 0.2.2/src/lib.rs
    52
        clippy::panic,
    53
        clippy::unimplemented,
    54
        clippy::unreachable,
  • plow_linter 0.2.8/src/lib.rs
    54
        clippy::panic,
    55
        clippy::unimplemented,
    56
        clippy::unreachable,
  • plow_ontology 0.2.1/src/lib.rs
    52
        clippy::panic,
    53
        clippy::unimplemented,
    54
        clippy::unreachable,
  • plow_package_management 0.3.1/src/lib.rs
    54
        clippy::panic,
    55
        clippy::unimplemented,
    56
        clippy::unreachable,
  • spirv-std 0.4.0/src/lib.rs
    86
        // platforms so that code completion still works.
    87
        clippy::unimplemented,
    88
    )]