Skip to content

Commit 4ad77bd

Browse files
committed
Remove never_type feature
Stablized in rust-lang/rust#65355
1 parent d183bda commit 4ad77bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
#![feature(box_syntax)]
44
#![feature(box_patterns)]
5-
#![feature(never_type)]
65
#![feature(rustc_private)]
76
#![feature(slice_patterns)]
87
#![feature(stmt_expr_attributes)]

0 commit comments

Comments
 (0)