mirror of
https://github.com/v0l/m3u8-rs.git
synced 2025-06-21 18:55:24 +00:00
Remove unneeded macro_use
This commit is contained in:
@ -88,7 +88,6 @@
|
|||||||
//!
|
//!
|
||||||
//! ```
|
//! ```
|
||||||
|
|
||||||
#[macro_use]
|
|
||||||
extern crate nom;
|
extern crate nom;
|
||||||
|
|
||||||
pub mod playlist;
|
pub mod playlist;
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
#![allow(unused_variables, unused_imports, dead_code)]
|
#![allow(unused_variables, unused_imports, dead_code)]
|
||||||
|
|
||||||
#[macro_use]
|
|
||||||
extern crate nom;
|
extern crate nom;
|
||||||
extern crate m3u8_rs;
|
extern crate m3u8_rs;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user