mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-20 00:00:11 +02:00
Silence error from enabling nightly_error_messages
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user