1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-06-26 00:10:32 +00:00
hls_m3u8/src
Nikola Pajkovsky 57d7aee113 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>
2020-04-02 12:23:09 +02:00
..
tags Merge branch 'master' into master 2020-01-23 19:28:30 +01:00
types minor changes 2019-10-12 11:38:28 +02:00
attribute.rs added pretty_assertions 2019-10-08 15:42:33 +02:00
error.rs implemented ExtXDateRange 2019-10-06 16:37:14 +02:00
lib.rs drop feature option_flattening 2020-04-02 12:23:09 +02:00
line.rs minor changes + more tests #25 2019-10-06 16:39:18 +02:00
master_playlist.rs added pretty_assertions 2019-10-08 15:42:33 +02:00
media_playlist.rs minor changes 2019-10-12 11:38:28 +02:00
media_segment.rs minor changes 2019-10-12 11:38:28 +02:00
traits.rs fix backwards compatibility 2019-10-06 17:30:24 +02:00
utils.rs added pretty_assertions 2019-10-08 15:42:33 +02:00