Remove nightly flags from benchmark

This commit is contained in:
David Tolnay 2019-05-01 19:07:08 -07:00
parent 17bbd67b77
commit 6b8a090932
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
#![cfg_attr(feature = "i128", feature(i128_type, i128))]
#![cfg_attr(feature = "cargo-clippy", allow(cast_lossless))] #![cfg_attr(feature = "cargo-clippy", allow(cast_lossless))]
#![feature(test)] #![feature(test)]
#![allow(non_snake_case)] #![allow(non_snake_case)]