mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
Silence error from enabling nightly_error_messages
This commit is contained in:
committed by
David Pedersen
parent
b3e3f42e24
commit
b0ebb7f728
@@ -1,4 +1,4 @@
|
||||
#![cfg_attr(nightly_error_messages, feature(rustc_attrs))]
|
||||
#![cfg_attr(nightly_error_messages, allow(internal_features), feature(rustc_attrs))]
|
||||
//! Core types and traits for [`axum`].
|
||||
//!
|
||||
//! Libraries authors that want to provide [`FromRequest`] or [`IntoResponse`] implementations
|
||||
|
||||
Reference in New Issue
Block a user