1659 |
#[allow(clippy::unimplemented)]
|
1660 |
impl<'a, Message, B, Theme> iced_native::Widget<Message, Renderer<B, Theme>>
|
928 |
#[allow(clippy::unimplemented)]
|
929 |
impl<'a, Message, B, Theme> iced_native::Widget<Message, Renderer<B, Theme>>
|
1673 |
#[allow(clippy::unimplemented)]
|
1674 |
impl<'a, Message, B, Theme> iced_native::Widget<Message, Renderer<B, Theme>>
|
157 |
#[allow(clippy::unimplemented)]
|
158 |
'search: for classpath in classpath {
|
209 |
impl ZfsProp for CacheMode {
|
210 |
#[allow(clippy::unimplemented)]
|
211 |
fn nv_key() -> &'static str { unimplemented!() }
|
211 |
{
|
212 |
#[allow(clippy::unimplemented)] // I haven't had time to implement this yet
|
213 |
fn select<R>(
|
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)
|
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 {
|
254 |
impl From<u16> for ResponseCode {
|
255 |
#[allow(clippy::unimplemented)]
|
256 |
fn from(value: u16) -> Self {
|
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> {
|
65 |
}
|
66 |
#[allow(clippy::unimplemented)]
|
67 |
MessageCommand::ReRun {} => unimplemented!(),
|
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> {
|
45 |
#![allow(clippy::too_many_lines)]
|
46 |
#![allow(clippy::unimplemented)] // Specific use case proc macro, lots of holes
|
47 |
#![allow(clippy::unreachable)]
|
25 |
//! [`eosio_bytes`]: https://crates.io/crates/eosio_bytes
|
26 |
#![allow(clippy::unimplemented)]
|
27 |
extern crate proc_macro;
|
10 |
#![allow(
|
11 |
clippy::unimplemented,
|
12 |
clippy::missing_inline_in_public_items,
|
10 |
//!
|
11 |
#![allow(clippy::unimplemented)]
|
12 |
#![allow(clippy::missing_inline_in_public_items)]
|
25 |
// Casts are only used in a safe context.
|
26 |
clippy::unimplemented )] // Should be removed asap
|
27 |
use serde::Deserialize;
|
47 |
clippy::single_match,
|
48 |
clippy::unimplemented,
|
49 |
clippy::option_if_let_else,
|
47 |
clippy::single_match,
|
48 |
clippy::unimplemented,
|
49 |
clippy::option_if_let_else,
|
57 |
clippy::panic,
|
58 |
clippy::unimplemented,
|
59 |
clippy::unreachable,
|
52 |
clippy::panic,
|
53 |
clippy::unimplemented,
|
54 |
clippy::unreachable,
|
54 |
clippy::panic,
|
55 |
clippy::unimplemented,
|
56 |
clippy::unreachable,
|
52 |
clippy::panic,
|
53 |
clippy::unimplemented,
|
54 |
clippy::unreachable,
|
54 |
clippy::panic,
|
55 |
clippy::unimplemented,
|
56 |
clippy::unreachable,
|
86 |
// platforms so that code completion still works.
|
87 |
clippy::unimplemented,
|
88 |
)]
|