Skip to content

Commit

Permalink
Auto merge of #4529 - lzutao:rm-feature-bind-by-move, r=matthiaskrgr
Browse files Browse the repository at this point in the history
Remove feature gate bind-by-move

This feature was stabilized in rust-lang/rust#63118
changelog: none
  • Loading branch information
bors committed Sep 10, 2019
2 parents 4ee8bc8 + b4d7f04 commit 09ed605
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clippy_lints/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// error-pattern:cargo-clippy

#![feature(bind_by_move_pattern_guards)] // proposed to be stabilized in Rust v1.39
#![feature(box_syntax)]
#![feature(box_patterns)]
#![feature(never_type)]
Expand Down

0 comments on commit 09ed605

Please sign in to comment.