• all-is-cubes 0.5.0/src/linking.rs
    302
        #[test]
    303
        #[allow(clippy::try_err)]
    304
        fn gen_error_composition() {
  • datafusion-common 17.0.0/src/error.rs
    509
        /// DataFusion code needs to return an ArrowError
    510
        #[allow(clippy::try_err)]
    511
        fn return_arrow_error() -> arrow::error::Result<()> {
    518
        /// code: need to turn an ArrowError into a DataFusionError
    519
        #[allow(clippy::try_err)]
    520
        fn return_datafusion_error() -> crate::error::Result<()> {
  • holochain_core 0.0.52-alpha2/src/wasm_engine/callback/validation_package.rs
    22
    #[holochain_tracing_macros::newrelic_autotrace(HOLOCHAIN_CORE)]
    23
    #[allow(clippy::try_err)]
    24
    pub fn get_validation_package_definition(
  • holochain_core 0.0.52-alpha2/src/workflows/hold_link.rs
    18
    #[holochain_tracing_macros::newrelic_autotrace(HOLOCHAIN_CORE)]
    19
    #[allow(clippy::try_err)]
    20
    pub async fn hold_link_workflow(
  • holochain_core 0.0.52-alpha2/src/workflows/remove_link.rs
    18
    #[holochain_tracing_macros::newrelic_autotrace(HOLOCHAIN_CORE)]
    19
    #[allow(clippy::try_err)]
    20
    pub async fn remove_link_workflow(
  • varlink 11.0.1/src/client.rs
    21
    #[allow(clippy::try_err)]
    22
    pub fn varlink_connect<S: ?Sized + AsRef<str>>(address: &S) -> Result<(Box<dyn Stream>, String)> {
  • wg_netmanager 0.5.1/src/arch_linux/wg_dev_linuxkernel.rs
    58
            } else {
    59
                #[allow(clippy::try_err)]
    60
                Err(format!(
  • wg_netmanager 0.5.1/src/arch_macos/wg_dev_macos.rs
    53
            } else {
    54
                #[allow(clippy::try_err)]
    55
                Err(format!(
  • biscuit 0.6.0-beta1/src/lib.rs
    55
    )]
    56
    #![allow(clippy::try_err, clippy::needless_doctest_main)]
    57
    #![deny(
  • btparse 0.1.1/src/lib.rs
    4
    #![feature(backtrace)]
    5
    #![allow(clippy::try_err)]
    6
    use std::fmt;
  • clingo 0.7.2/src/lib.rs
    3
    #![allow(non_upper_case_globals)]
    4
    #![allow(clippy::try_err)]
    5
    use bitflags::bitflags;
  • color-eyre 0.6.2/src/lib.rs
    360
    )]
    361
    #![allow(clippy::try_err)]
  • dhall 0.12.0/src/lib.rs
    8
        clippy::new_without_default,
    9
        clippy::try_err,
    10
        clippy::unnecessary_wraps,
  • displaydoc 0.2.3/src/lib.rs
    99
    )]
    100
    #![allow(clippy::try_err)]
  • dnssector 0.2.12/src/lib.rs
    10
    #![allow(clippy::too_many_arguments)]
    11
    #![allow(clippy::try_err)]
    12
    #![allow(clippy::type_complexity)]
  • extension-eyre 0.1.4/src/lib.rs
    371
    )]
    372
    #![allow(clippy::try_err)]
  • fuel-tx 0.25.2/src/lib.rs
    2
    #![allow(clippy::too_many_arguments)]
    3
    #![allow(clippy::try_err)]
    4
    // Wrong clippy convention; check
  • futures-async-stream 0.2.6/tests/try_stream.rs
    1
    #![warn(rust_2018_idioms, single_use_lifetimes)]
    2
    #![allow(clippy::try_err, clippy::unused_async)]
    3
    #![allow(clippy::semicolon_if_nothing_returned)] // broken
  • mice 0.11.1/src/lib.rs
    5
    //! to games that I play.
    6
    #![allow(clippy::try_err)]
    7
    pub mod backend_support;
  • openbook_dex 0.5.6/src/lib.rs
    1
    #![deny(unaligned_references)]
    2
    #![allow(clippy::try_err)]
  • rsgen-avro 0.11.7/src/templates.rs
    3
    #![allow(clippy::try_err)]
  • rustyline 10.1.1/src/tty/windows.rs
    1
    //! Windows specific definitions
    2
    #![allow(clippy::try_err)] // suggested fix does not work (cannot infer...)
  • rustyline-with-hint-fix 10.0.4/src/tty/windows.rs
    1
    //! Windows specific definitions
    2
    #![allow(clippy::try_err)] // suggested fix does not work (cannot infer...)
  • serum 0.4.7/src/lib.rs
    1
    #![deny(unaligned_references)]
    2
    #![allow(clippy::try_err)]
  • serum_dex 0.5.4/src/lib.rs
    1
    #![deny(unaligned_references)]
    2
    #![allow(clippy::try_err)]
  • solana-gateway 0.2.2/src/lib.rs
    1
    #![deny(unaligned_references)]
    2
    #![allow(clippy::try_err)]
  • uwubot 0.3.0/src/lib.rs
    23
    )]
    24
    #![allow(clippy::try_err)]
  • yatima-rustyline 0.2.0/src/tty/windows.rs
    1
    //! Windows specific definitions
    2
    #![allow(clippy::try_err)] // suggested fix does not work (cannot infer...)