mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-02 00:00:22 +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`].
|
//! Core types and traits for [`axum`].
|
||||||
//!
|
//!
|
||||||
//! Libraries authors that want to provide [`FromRequest`] or [`IntoResponse`] implementations
|
//! 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.
|
//! axum is a web application framework that focuses on ergonomics and modularity.
|
||||||
//!
|
//!
|
||||||
//! # Table of contents
|
//! # Table of contents
|
||||||
|
|||||||
Reference in New Issue
Block a user