Skip to content

Commit b4d7f04

Browse files
committed
Remove feature gate bind-by-move
1 parent 4ee8bc8 commit b4d7f04

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
@@ -1,6 +1,5 @@
11
// error-pattern:cargo-clippy
22

3-
#![feature(bind_by_move_pattern_guards)] // proposed to be stabilized in Rust v1.39
43
#![feature(box_syntax)]
54
#![feature(box_patterns)]
65
#![feature(never_type)]

0 commit comments

Comments
 (0)