Skip to content

Commit e9fedd3

Browse files
committed
Removed #![feature(never_type)] as it is stable in 1.41.0 and we're MSRV 1.58.1
See rust-lang/rust#65355 for stabilization PR
1 parent ed5c13a commit e9fedd3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

snocat/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#![cfg_attr(test, feature(assert_matches))]
44
#![feature(backtrace)]
55
#![feature(generic_associated_types)]
6-
#![feature(never_type)]
76
#![feature(try_blocks)]
87
#![feature(type_ascription)]
98
// Some of these are incorrect with regards to exposed behaviour, especially around

0 commit comments

Comments
 (0)