We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e142e59 commit 266b292Copy full SHA for 266b292
snocat-cli/src/main.rs
@@ -3,7 +3,6 @@
3
#![feature(nll)]
4
#![feature(async_closure)]
5
#![feature(backtrace)]
6
-#![feature(label_break_value)]
7
#![allow(dead_code)]
8
#![warn(unused_imports)]
9
snocat/src/lib.rs
@@ -4,7 +4,6 @@
#![feature(generic_associated_types)]
#![feature(never_type)]
#![feature(try_blocks)]
10
#![feature(type_ascription)]
0 commit comments