Skip to content

Commit

Permalink
Remove unused feature gate from libserialize
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Feb 7, 2020
1 parent b759999 commit 9d6bdcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libserialize/lib.rs
Expand Up @@ -10,7 +10,6 @@ Core encoding and decoding interfaces.
test(attr(allow(unused_variables), deny(warnings)))
)]
#![feature(box_syntax)]
#![feature(core_intrinsics)]
#![feature(specialization)]
#![feature(never_type)]
#![feature(nll)]
Expand Down

0 comments on commit 9d6bdcc

Please sign in to comment.