Silence error from enabling nightly_error_messages

This commit is contained in:
Jonas Platte
2023-09-16 22:24:00 +02:00
committed by David Pedersen
parent b3e3f42e24
commit b0ebb7f728
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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