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

Commit cdc7bf3

Browse files
committed
Bump to 1.31.0 and bootstrap from 1.30 beta
1 parent 0014f95 commit cdc7bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#![cfg_attr(windows, feature(libc))]
5151
// Handle rustfmt skips
5252
#![feature(custom_attribute)]
53-
#![cfg_attr(not(stage0), feature(nll))]
53+
#![feature(nll)]
5454
#![allow(unused_attributes)]
5555

5656
use std::io::prelude::*;

0 commit comments

Comments
 (0)