Remove unneeded macro_use

This commit is contained in:
Rutger Schoorstra 2020-02-15 15:56:58 +01:00
parent e594ec5792
commit b2150f26e5
2 changed files with 0 additions and 2 deletions

View file

@ -88,7 +88,6 @@
//!
//! ```
#[macro_use]
extern crate nom;
pub mod playlist;

View file

@ -1,6 +1,5 @@
#![allow(unused_variables, unused_imports, dead_code)]
#[macro_use]
extern crate nom;
extern crate m3u8_rs;