mirror of
https://github.com/v0l/m3u8-rs.git
synced 2025-06-16 15:08:02 +00:00
Migrate to Rust 2018
Cleans up some noise.
This commit is contained in:
@ -1,6 +1,3 @@
|
||||
extern crate m3u8_rs;
|
||||
extern crate nom;
|
||||
|
||||
use m3u8_rs::playlist::Playlist;
|
||||
use std::io::Read;
|
||||
|
||||
|
@ -1,6 +1,3 @@
|
||||
extern crate m3u8_rs;
|
||||
extern crate nom;
|
||||
|
||||
use m3u8_rs::playlist::Playlist;
|
||||
use std::io::Read;
|
||||
|
||||
|
Reference in New Issue
Block a user