mirror of
https://github.com/rutgersc/m3u8-rs.git
synced 2025-01-03 11:48:41 +00:00
Remove unneeded macro_use
This commit is contained in:
parent
e594ec5792
commit
b2150f26e5
2 changed files with 0 additions and 2 deletions
|
@ -88,7 +88,6 @@
|
|||
//!
|
||||
//! ```
|
||||
|
||||
#[macro_use]
|
||||
extern crate nom;
|
||||
|
||||
pub mod playlist;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#![allow(unused_variables, unused_imports, dead_code)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate nom;
|
||||
extern crate m3u8_rs;
|
||||
|
||||
|
|
Loading…
Reference in a new issue