302 |
#[test]
|
303 |
#[allow(clippy::try_err)]
|
304 |
fn gen_error_composition() {
|
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<()> {
|
22 |
#[holochain_tracing_macros::newrelic_autotrace(HOLOCHAIN_CORE)]
|
23 |
#[allow(clippy::try_err)]
|
24 |
pub fn get_validation_package_definition(
|
18 |
#[holochain_tracing_macros::newrelic_autotrace(HOLOCHAIN_CORE)]
|
19 |
#[allow(clippy::try_err)]
|
20 |
pub async fn hold_link_workflow(
|
18 |
#[holochain_tracing_macros::newrelic_autotrace(HOLOCHAIN_CORE)]
|
19 |
#[allow(clippy::try_err)]
|
20 |
pub async fn remove_link_workflow(
|
21 |
#[allow(clippy::try_err)]
|
22 |
pub fn varlink_connect<S: ?Sized + AsRef<str>>(address: &S) -> Result<(Box<dyn Stream>, String)> {
|
58 |
} else {
|
59 |
#[allow(clippy::try_err)]
|
60 |
Err(format!(
|
53 |
} else {
|
54 |
#[allow(clippy::try_err)]
|
55 |
Err(format!(
|
55 |
)]
|
56 |
#![allow(clippy::try_err, clippy::needless_doctest_main)]
|
57 |
#![deny(
|
4 |
#![feature(backtrace)]
|
5 |
#![allow(clippy::try_err)]
|
6 |
use std::fmt;
|
3 |
#![allow(non_upper_case_globals)]
|
4 |
#![allow(clippy::try_err)]
|
5 |
use bitflags::bitflags;
|
360 |
)]
|
361 |
#![allow(clippy::try_err)]
|
8 |
clippy::new_without_default,
|
9 |
clippy::try_err,
|
10 |
clippy::unnecessary_wraps,
|
99 |
)]
|
100 |
#![allow(clippy::try_err)]
|
10 |
#![allow(clippy::too_many_arguments)]
|
11 |
#![allow(clippy::try_err)]
|
12 |
#![allow(clippy::type_complexity)]
|
371 |
)]
|
372 |
#![allow(clippy::try_err)]
|
2 |
#![allow(clippy::too_many_arguments)]
|
3 |
#![allow(clippy::try_err)]
|
4 |
// Wrong clippy convention; check
|
1 |
#![warn(rust_2018_idioms, single_use_lifetimes)]
|
2 |
#![allow(clippy::try_err, clippy::unused_async)]
|
3 |
#![allow(clippy::semicolon_if_nothing_returned)] // broken
|
5 |
//! to games that I play.
|
6 |
#![allow(clippy::try_err)]
|
7 |
pub mod backend_support;
|
1 |
#![deny(unaligned_references)]
|
2 |
#![allow(clippy::try_err)]
|
3 |
#![allow(clippy::try_err)]
|
1 |
//! Windows specific definitions
|
2 |
#![allow(clippy::try_err)] // suggested fix does not work (cannot infer...)
|
1 |
//! Windows specific definitions
|
2 |
#![allow(clippy::try_err)] // suggested fix does not work (cannot infer...)
|
1 |
#![deny(unaligned_references)]
|
2 |
#![allow(clippy::try_err)]
|
1 |
#![deny(unaligned_references)]
|
2 |
#![allow(clippy::try_err)]
|
1 |
#![deny(unaligned_references)]
|
2 |
#![allow(clippy::try_err)]
|
23 |
)]
|
24 |
#![allow(clippy::try_err)]
|
1 |
//! Windows specific definitions
|
2 |
#![allow(clippy::try_err)] // suggested fix does not work (cannot infer...)
|