doc feature flags in futures

This commit is contained in:
Rob Ede 2020-04-04 02:25:40 +01:00
parent 5198f8e3e4
commit 070e8e70e4
No known key found for this signature in database
GPG key ID: C2A3B36E841A91E6
4 changed files with 5 additions and 0 deletions

View file

@ -4,6 +4,8 @@
#![deny(unused_results)]
#![forbid(unsafe_code)]
#![forbid(rust_2018_idioms)]
#![cfg_attr(docsrs, feature(doc_cfg))]
pub use futures;
mod command;