Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Commit

Permalink
Remove #![feature(arbitrary_self_types)]
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored and boats committed Feb 22, 2019
1 parent 9b17d3d commit 2bd3901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
//! }
//! ```
#![feature(futures_api, arbitrary_self_types)]
#![feature(futures_api)]
#![deny(missing_docs, missing_debug_implementations)]
#![cfg_attr(test, deny(warnings))]

Expand Down

0 comments on commit 2bd3901

Please sign in to comment.