mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-20 00:00:11 +02:00
fix: back to forbid unsafe (#2365)
This commit is contained in:
+1
-3
@@ -413,9 +413,7 @@
|
||||
)]
|
||||
#![deny(unreachable_pub)]
|
||||
#![allow(elided_lifetimes_in_paths, clippy::type_complexity)]
|
||||
// can't be `forbid` since we've vendored code from hyper-util that contains `unsafe`
|
||||
// when hyper-util is on crates.io we can stop vendoring it and go back to `forbid`
|
||||
#![deny(unsafe_code)]
|
||||
#![forbid(unsafe_code)]
|
||||
#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg))]
|
||||
#![cfg_attr(test, allow(clippy::float_cmp))]
|
||||
#![cfg_attr(not(test), warn(clippy::print_stdout, clippy::dbg_macro))]
|
||||
|
||||
Reference in New Issue
Block a user