Skip to content

Commit

Permalink
Remove feature gate bind-by-move
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Sep 10, 2019
1 parent 4ee8bc8 commit b4d7f04
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 b4d7f04

Please sign in to comment.