Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit e345620

Browse files
committed
Remove #![feature] gate for futures
The futures API is stabilized now so compilation with latest nightly gives warnings when using the #![feature] gate for it.
1 parent 2455f12 commit e345620

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
7878
#![allow(clippy::doc_markdown)]
7979
#![allow(clippy::unreadable_literal)]
80-
#![cfg_attr(feature = "futures", feature(futures_api, arbitrary_self_types))]
8180

8281
#[macro_use]
8382
extern crate bitflags;

0 commit comments

Comments
 (0)