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

Commit 0014f95

Browse files
committed
stabalize infer outlives requirements (RFC 2093).
Co-authored-by: nikomatsakis
1 parent 36adfec commit 0014f95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
// Handle rustfmt skips
5252
#![feature(custom_attribute)]
5353
#![cfg_attr(not(stage0), feature(nll))]
54-
#![cfg_attr(not(stage0), feature(infer_outlives_requirements))]
5554
#![allow(unused_attributes)]
5655

5756
use std::io::prelude::*;

0 commit comments

Comments
 (0)