Silence error from enabling nightly_error_messages

This commit is contained in:
Jonas Platte 2023-08-08 10:35:53 +02:00
parent 8e033e7f88
commit ff3884aa41
2 changed files with 2 additions and 2 deletions

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

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))]
//! axum is a web application framework that focuses on ergonomics and modularity.
//!
//! # Table of contents