1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 16:02:59 +01:00

fix docs.rs

This commit is contained in:
Nikolay Kim 2018-06-11 12:21:09 -07:00
parent 9afc3b6737
commit ef420a8bdf

View File

@ -77,6 +77,7 @@
//! //!
#![cfg_attr(actix_nightly, feature( #![cfg_attr(actix_nightly, feature(
specialization, // for impl ErrorResponse for std::error::Error specialization, // for impl ErrorResponse for std::error::Error
extern_prelude,
))] ))]
#![cfg_attr( #![cfg_attr(
feature = "cargo-clippy", feature = "cargo-clippy",