1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-06-11 01:39:35 +00:00
hls_m3u8/src
Luro02 aae3809545
remove Copy trait from Lines
Copy should not be implemented for types that implement Iterator, 
because this would be confusing.

https://rust-lang.github.io/rust-clippy/master/#copy_iterator
2020-02-06 12:24:40 +01:00
..
tags update dependencies 2020-02-02 15:23:47 +01:00
types update dependencies 2020-02-02 15:23:47 +01:00
attribute.rs use shorthand #24 2020-02-02 13:38:11 +01:00
error.rs minor improvements 2020-01-26 13:12:19 +01:00
lib.rs rewrite Lines to reduce allocations 2020-02-02 14:33:57 +01:00
line.rs remove Copy trait from Lines 2020-02-06 12:24:40 +01:00
master_playlist.rs rewrite Lines to reduce allocations 2020-02-02 14:33:57 +01:00
media_playlist.rs rewrite Lines to reduce allocations 2020-02-02 14:33:57 +01:00
media_segment.rs rewrite Lines to reduce allocations 2020-02-02 14:33:57 +01:00
traits.rs use shorthand #24 2020-02-02 13:38:11 +01:00
utils.rs use shorthand #24 2020-02-02 13:38:11 +01:00