1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-05-24 11:18:29 +00:00

drop feature option_flattening

rust nightly yells

warning: the feature `option_flattening` has been stable since 1.40.0 and no longer requires an attribute to enable

and it's not even possible compile source code with stable rust. If
option_flattening is dropped, it now compiles with stable and nightly rust.

Signed-off-by: Nikola Pajkovsky <nikola.pajkovsky@livesporttv.cz>
This commit is contained in:
Nikola Pajkovsky 2020-04-02 12:23:09 +02:00
parent ae43982d0b
commit 57d7aee113

View file

@ -1,5 +1,4 @@
#![forbid(unsafe_code)]
#![feature(option_flattening)]
#![warn(
//clippy::pedantic,
clippy::nursery,