Skip to content

Commit

Permalink
Removed #![feature(never_type)] as it is stable in 1.41.0 and we're M…
Browse files Browse the repository at this point in the history
…SRV 1.58.1

See rust-lang/rust#65355 for stabilization PR
  • Loading branch information
Dessix committed Feb 24, 2022
1 parent ed5c13a commit e9fedd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion snocat/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#![cfg_attr(test, feature(assert_matches))]
#![feature(backtrace)]
#![feature(generic_associated_types)]
#![feature(never_type)]
#![feature(try_blocks)]
#![feature(type_ascription)]
// Some of these are incorrect with regards to exposed behaviour, especially around
Expand Down

0 comments on commit e9fedd3

Please sign in to comment.