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

Commit 36adfec

Browse files
committed
check that adding infer-outlives requirement to all crates works
1 parent 29f7438 commit 36adfec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib.rs

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

5657
use std::io::prelude::*;

0 commit comments

Comments
 (0)