Skip to content

Commit

Permalink
futures: remove futures_api conditional include
Browse files Browse the repository at this point in the history
  • Loading branch information
mbilker committed Jul 11, 2019
1 parent 7781064 commit 95171b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tracing-futures/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![cfg_attr(all(feature = "std-future", test), feature(futures_api))]

//! Futures compatibility for `tracing`
//!
//! # Feature flags
Expand Down

0 comments on commit 95171b8

Please sign in to comment.