Skip to content

Commit 266b292

Browse files
committed
Removed unused feature-gate #![feature(label_break_value)]
1 parent e142e59 commit 266b292

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

snocat-cli/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#![feature(nll)]
44
#![feature(async_closure)]
55
#![feature(backtrace)]
6-
#![feature(label_break_value)]
76
#![allow(dead_code)]
87
#![warn(unused_imports)]
98

snocat/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#![feature(async_closure)]
55
#![feature(backtrace)]
66
#![feature(generic_associated_types)]
7-
#![feature(label_break_value)]
87
#![feature(never_type)]
98
#![feature(try_blocks)]
109
#![feature(type_ascription)]

0 commit comments

Comments
 (0)