diff options
Diffstat (limited to 'crates/arti-hyper/examples')
| -rw-r--r-- | crates/arti-hyper/examples/hyper.rs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/crates/arti-hyper/examples/hyper.rs b/crates/arti-hyper/examples/hyper.rs index 25bac0b73..c8c27eb47 100644 --- a/crates/arti-hyper/examples/hyper.rs +++ b/crates/arti-hyper/examples/hyper.rs @@ -1,3 +1,12 @@ +// @@ begin test lint list maintained by maint/add_warning @@ +#![allow(clippy::bool_assert_comparison)] +#![allow(clippy::clone_on_copy)] +#![allow(clippy::dbg_macro)] +#![allow(clippy::print_stderr)] +#![allow(clippy::print_stdout)] +#![allow(clippy::unwrap_used)] +//! <!-- @@ end test lint list maintained by maint/add_warning @@ --> + use arti_hyper::*; use anyhow::Result; |
