Auto merge of #4529 - lzutao:rm-feature-bind-by-move, r=matthiaskrgr

Remove feature gate bind-by-move

This feature was stabilized in https://github.com/rust-lang/rust/pull/63118
changelog: none
This commit is contained in:
bors 2019-09-10 04:04:42 +00:00
commit 09ed605df8

View file

@ -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)]