Skip to content

Commit f49b4bc

Browse files
authored
remove an unneeded #![feature] (rust-lang#14245)
It seems as if `#![feature(binary_heap_into_iter_sorted)]` is not required anymore. changelog: none
2 parents e2d9b9a + 758ec1d commit f49b4bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#![feature(array_windows)]
2-
#![feature(binary_heap_into_iter_sorted)]
32
#![feature(box_patterns)]
43
#![feature(macro_metavar_expr_concat)]
54
#![feature(f128)]

0 commit comments

Comments
 (0)