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

Commit 8a4e2b3

Browse files
committed
Stabilise ?
cc [`?` tracking issue](rust-lang/rust#31436)
1 parent 4d1ae38 commit 8a4e2b3

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
@@ -59,7 +59,7 @@
5959
#![cfg_attr(windows, feature(libc))]
6060
// Handle rustfmt skips
6161
#![feature(custom_attribute)]
62-
#![feature(question_mark)]
62+
#![cfg_attr(stage0, feature(question_mark))]
6363
#![allow(unused_attributes)]
6464

6565
use std::io::prelude::*;

0 commit comments

Comments
 (0)