• asm_block 0.1.3/src/lib.rs
    254
    /// ```
    255
    #[allow(clippy::deprecated_cfg_attr)]
    256
    #[cfg_attr(rustfmt, rustfmt::skip)]
  • dittolive-ditto 4.0.0-beta1/src/utils/macros.rs
    72
    #[allow(clippy::deprecated_cfg_attr)]
    73
    #[cfg_attr(rustfmt, rustfmt::skip)]
  • hookmap 0.5.1/src/macros.rs
    24
    // error: macro-expanded `macro_export` macros from the current crate cannot be referred to by absolute paths
    25
    #[allow(clippy::deprecated_cfg_attr)]
    26
    #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-farm-sdk 1.1.3/src/program/protocol/orca.rs
    350
    ) -> ProgramResult {
    351
        #[allow(clippy::deprecated_cfg_attr)]
    352
        #[cfg_attr(rustfmt, rustfmt_skip)]
    404
    ) -> ProgramResult {
    405
        #[allow(clippy::deprecated_cfg_attr)]
    406
        #[cfg_attr(rustfmt, rustfmt_skip)]
    458
    ) -> ProgramResult {
    459
        #[allow(clippy::deprecated_cfg_attr)]
    460
        #[cfg_attr(rustfmt, rustfmt_skip)]
    512
    ) -> ProgramResult {
    513
        #[allow(clippy::deprecated_cfg_attr)]
    514
        #[cfg_attr(rustfmt, rustfmt_skip)]
    561
    pub fn harvest_with_seeds(accounts: &[AccountInfo], seeds: &[&[&[u8]]]) -> ProgramResult {
    562
        #[allow(clippy::deprecated_cfg_attr)]
    563
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-fund 1.1.3/src/instructions/add_custody.rs
    23
    ) -> ProgramResult {
    24
        #[allow(clippy::deprecated_cfg_attr)]
    25
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-fund 1.1.3/src/instructions/add_vault.rs
    26
    ) -> ProgramResult {
    27
        #[allow(clippy::deprecated_cfg_attr)]
    28
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-fund 1.1.3/src/instructions/approve_deposit.rs
    18
    pub fn approve_deposit(fund: &Fund, accounts: &[AccountInfo], amount: u64) -> ProgramResult {
    19
        #[allow(clippy::deprecated_cfg_attr)]
    20
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-fund 1.1.3/src/instructions/approve_withdrawal.rs
    18
    pub fn approve_withdrawal(fund: &Fund, accounts: &[AccountInfo], amount: u64) -> ProgramResult {
    19
        #[allow(clippy::deprecated_cfg_attr)]
    20
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-fund 1.1.3/src/instructions/cancel_deposit.rs
    18
    pub fn cancel_deposit(fund: &Fund, accounts: &[AccountInfo]) -> ProgramResult {
    19
        #[allow(clippy::deprecated_cfg_attr)]
    20
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-fund 1.1.3/src/instructions/cancel_withdrawal.rs
    18
    pub fn cancel_withdrawal(fund: &Fund, accounts: &[AccountInfo]) -> ProgramResult {
    19
        #[allow(clippy::deprecated_cfg_attr)]
    20
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-fund 1.1.3/src/instructions/deny_deposit.rs
    22
    ) -> ProgramResult {
    23
        #[allow(clippy::deprecated_cfg_attr)]
    24
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-fund 1.1.3/src/instructions/deny_withdrawal.rs
    22
    ) -> ProgramResult {
    23
        #[allow(clippy::deprecated_cfg_attr)]
    24
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-fund 1.1.3/src/instructions/init.rs
    16
    pub fn init(fund: &Fund, accounts: &[AccountInfo], _step: u64) -> ProgramResult {
    17
        #[allow(clippy::deprecated_cfg_attr)]
    18
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-fund 1.1.3/src/instructions/lock_assets.rs
    15
    pub fn lock_assets(fund: &Fund, accounts: &[AccountInfo], amount: u64) -> ProgramResult {
    16
        #[allow(clippy::deprecated_cfg_attr)]
    17
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-router-orca 1.1.3/src/add_liquidity.rs
    21
        #[allow(clippy::deprecated_cfg_attr)]
    22
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-router-orca 1.1.3/src/harvest.rs
    21
        #[allow(clippy::deprecated_cfg_attr)]
    22
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-router-orca 1.1.3/src/remove_liquidity.rs
    16
        #[allow(clippy::deprecated_cfg_attr)]
    17
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-router-orca 1.1.3/src/stake.rs
    22
        #[allow(clippy::deprecated_cfg_attr)]
    23
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-router-orca 1.1.3/src/swap.rs
    23
        #[allow(clippy::deprecated_cfg_attr)]
    24
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-router-orca 1.1.3/src/unstake.rs
    22
        #[allow(clippy::deprecated_cfg_attr)]
    23
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-router-orca 1.1.3/src/user_init.rs
    23
        #[allow(clippy::deprecated_cfg_attr)]
    24
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-router-raydium 1.1.3/src/add_liquidity.rs
    27
        #[allow(clippy::deprecated_cfg_attr)]
    28
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-router-raydium 1.1.3/src/remove_liquidity.rs
    22
        #[allow(clippy::deprecated_cfg_attr)]
    23
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-router-raydium 1.1.3/src/stake.rs
    23
        #[allow(clippy::deprecated_cfg_attr)]
    24
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-router-raydium 1.1.3/src/swap.rs
    29
        #[allow(clippy::deprecated_cfg_attr)]
    30
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-router-raydium 1.1.3/src/unstake.rs
    23
        #[allow(clippy::deprecated_cfg_attr)]
    24
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-router-raydium 1.1.3/src/user_init.rs
    18
        #[allow(clippy::deprecated_cfg_attr)]
    19
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-router-saber 1.1.3/src/add_liquidity.rs
    21
        #[allow(clippy::deprecated_cfg_attr)]
    22
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-router-saber 1.1.3/src/harvest.rs
    19
        #[allow(clippy::deprecated_cfg_attr)]
    20
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-router-saber 1.1.3/src/remove_liquidity.rs
    16
        #[allow(clippy::deprecated_cfg_attr)]
    17
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-router-saber 1.1.3/src/stake.rs
    20
        #[allow(clippy::deprecated_cfg_attr)]
    21
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-router-saber 1.1.3/src/swap.rs
    23
        #[allow(clippy::deprecated_cfg_attr)]
    24
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-router-saber 1.1.3/src/unstake.rs
    20
        #[allow(clippy::deprecated_cfg_attr)]
    21
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-router-saber 1.1.3/src/unwrap_token.rs
    14
        #[allow(clippy::deprecated_cfg_attr)]
    15
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-router-saber 1.1.3/src/user_init.rs
    21
        #[allow(clippy::deprecated_cfg_attr)]
    22
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-router-saber 1.1.3/src/wrap_token.rs
    14
        #[allow(clippy::deprecated_cfg_attr)]
    15
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-vaults 1.1.3/src/strategies/orc_stake_lp_compound/add_liquidity.rs
    21
        ) -> ProgramResult {
    22
            #[allow(clippy::deprecated_cfg_attr)]
    23
            #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-vaults 1.1.3/src/strategies/orc_stake_lp_compound/crank1.rs
    15
    pub fn crank1(vault: &Vault, accounts: &[AccountInfo]) -> ProgramResult {
    16
        #[allow(clippy::deprecated_cfg_attr)]
    17
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-vaults 1.1.3/src/strategies/orc_stake_lp_compound/crank2.rs
    16
    pub fn crank2(vault: &Vault, accounts: &[AccountInfo]) -> ProgramResult {
    17
        #[allow(clippy::deprecated_cfg_attr)]
    18
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-vaults 1.1.3/src/strategies/orc_stake_lp_compound/crank3.rs
    15
    pub fn crank3(vault: &Vault, accounts: &[AccountInfo]) -> ProgramResult {
    16
        #[allow(clippy::deprecated_cfg_attr)]
    17
        #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-vaults 1.1.3/src/strategies/orc_stake_lp_compound/init.rs
    25
        fn init(vault: &Vault, accounts: &[AccountInfo], step: u64) -> ProgramResult {
    26
            #[allow(clippy::deprecated_cfg_attr)]
    27
            #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-vaults 1.1.3/src/strategies/orc_stake_lp_compound/lock_liquidity.rs
    17
        fn lock_liquidity(vault: &Vault, accounts: &[AccountInfo], amount: u64) -> ProgramResult {
    18
            #[allow(clippy::deprecated_cfg_attr)]
    19
            #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-vaults 1.1.3/src/strategies/orc_stake_lp_compound/remove_liquidity.rs
    16
        fn remove_liquidity(vault: &Vault, accounts: &[AccountInfo], amount: u64) -> ProgramResult {
    17
            #[allow(clippy::deprecated_cfg_attr)]
    18
            #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-vaults 1.1.3/src/strategies/orc_stake_lp_compound/remove_multisig.rs
    12
        fn remove_multisig(vault: &Vault, accounts: &[AccountInfo]) -> ProgramResult {
    13
            #[allow(clippy::deprecated_cfg_attr)]
    14
            #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-vaults 1.1.3/src/strategies/orc_stake_lp_compound/unlock_liquidity.rs
    18
        fn unlock_liquidity(vault: &Vault, accounts: &[AccountInfo], amount: u64) -> ProgramResult {
    19
            #[allow(clippy::deprecated_cfg_attr)]
    20
            #[cfg_attr(rustfmt, rustfmt_skip)]
  • solana-vaults 1.1.3/src/strategies/orc_stake_lp_compound/user_init.rs
    16
        fn user_init(vault: &Vault, accounts: &[AccountInfo]) -> ProgramResult {
    17
            #[allow(clippy::deprecated_cfg_attr)]
    18
            #[cfg_attr(rustfmt, rustfmt_skip)]
  • alt_serde_json 1.0.61/src/lib.rs
    307
        clippy::comparison_chain,
    308
        clippy::deprecated_cfg_attr,
    309
        clippy::doc_markdown,
  • bvm_filter 1.0.0/examples/disassemble.rs
    7
    #![allow(clippy::deprecated_cfg_attr)]
    8
    #![cfg_attr(rustfmt, rustfmt_skip)]
  • bvm_filter 1.0.0/examples/load_elf.rs
    7
    #![allow(clippy::deprecated_cfg_attr)]
    8
    #![cfg_attr(rustfmt, rustfmt_skip)]
  • bvm_filter 1.0.0/examples/to_json.rs
    7
    #![allow(clippy::deprecated_cfg_attr)]
    8
    #![cfg_attr(rustfmt, rustfmt_skip)]
  • bvm_filter 1.0.0/examples/uptime.rs
    7
    #![allow(clippy::deprecated_cfg_attr)]
    8
    #![cfg_attr(rustfmt, rustfmt_skip)]
  • bvm_filter 1.0.0/src/asm_parser.rs
    13
    #![allow(clippy::deprecated_cfg_attr)]
    14
    #![cfg_attr(rustfmt, rustfmt_skip)]
  • bvm_filter 1.0.0/src/assembler.rs
    10
    #![allow(clippy::deprecated_cfg_attr)]
    11
    #![cfg_attr(rustfmt, rustfmt_skip)]
  • bvm_filter 1.0.0/src/disassembler.rs
    11
    #![allow(clippy::deprecated_cfg_attr)]
    12
    #![cfg_attr(rustfmt, rustfmt_skip)]
  • bvm_filter 1.0.0/src/ebpf.rs
    21
    #![allow(clippy::deprecated_cfg_attr)]
    22
    #![cfg_attr(rustfmt, rustfmt_skip)]
  • bvm_filter 1.0.0/src/helpers.rs
    23
    #![allow(clippy::deprecated_cfg_attr)]
    24
    #![cfg_attr(rustfmt, rustfmt_skip)]
  • bvm_filter 1.0.0/src/insn_builder.rs
    9
    #![allow(clippy::deprecated_cfg_attr)]
    10
    #![cfg_attr(rustfmt, rustfmt_skip)]
  • gemachain_rbpf 0.2.14/src/jit.rs
    11
    #![allow(clippy::deprecated_cfg_attr)]
    12
    #![cfg_attr(rustfmt, rustfmt_skip)]
  • giit_rbpf 0.2.19/src/jit.rs
    11
    #![allow(clippy::deprecated_cfg_attr)]
    12
    #![cfg_attr(rustfmt, rustfmt_skip)]
  • imgui-glow-renderer 0.10.0/src/lib.rs
    1107
    fn calculate_matrix(draw_data: &DrawData, clip_origin_is_lower_left: bool) -> [f32; 16] {
    1108
        #![allow(clippy::deprecated_cfg_attr)]
  • libm 0.2.6/src/lib.rs
    8
    #![allow(clippy::int_plus_one)]
    9
    #![allow(clippy::deprecated_cfg_attr)]
    10
    #![allow(clippy::mixed_case_hex_literals)]
  • nabo 0.2.1/src/lib.rs
    43
    // which is experimental. See: https://github.com/rust-lang/rust/issues/88591
    44
    #![allow(clippy::deprecated_cfg_attr)]
  • nabo-pbc 0.2.1/src/lib.rs
    45
    // which is experimental. See: https://github.com/rust-lang/rust/issues/88591
    46
    #![allow(clippy::deprecated_cfg_attr)]
  • serde_json 1.0.91/src/lib.rs
    307
        clippy::comparison_chain,
    308
        clippy::deprecated_cfg_attr,
    309
        clippy::doc_markdown,
  • serde_json_lenient 0.1.4/src/lib.rs
    315
        clippy::comparison_chain,
    316
        clippy::deprecated_cfg_attr,
    317
        clippy::doc_markdown,
  • serde_json_v8 0.1.1/src/lib.rs
    299
    // Ignored clippy lints
    300
    #![cfg_attr(feature = "cargo-clippy", allow(deprecated_cfg_attr, doc_markdown))]
    301
    // Ignored clippy_pedantic lints
  • serde_jsonrc 0.1.0/src/lib.rs
    311
        feature = "cargo-clippy",
    312
        allow(deprecated_cfg_attr, doc_markdown)
    313
    )]
  • serde_partiql 1.1.65/src/lib.rs
    307
        clippy::comparison_chain,
    308
        clippy::deprecated_cfg_attr,
    309
        clippy::doc_markdown,
  • syn-pub-items 0.15.30/src/lib.rs
    235
            const_static_lifetime,
    236
            deprecated_cfg_attr,
    237
            doc_markdown,
  • ux-dx 0.2.1/src/lib.rs
    62
        clippy::redundant_field_names,
    63
        clippy::deprecated_cfg_attr,
    64
        clippy::eq_op,
  • websocat 1.11.0/src/lib.rs
    13
    #![allow(unknown_lints)]
    14
    #![cfg_attr(feature = "cargo-clippy", allow(deprecated_cfg_attr))]
  • websocat 1.11.0/src/main.rs
    2
    #![allow(unknown_lints)]
    3
    #![cfg_attr(feature = "cargo-clippy", allow(deprecated_cfg_attr))]