Skip to content

Commit 09ed605

Browse files
committed
Auto merge of #4529 - lzutao:rm-feature-bind-by-move, r=matthiaskrgr
Remove feature gate bind-by-move This feature was stabilized in rust-lang/rust#63118 changelog: none
2 parents 4ee8bc8 + b4d7f04 commit 09ed605

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: 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)