fix: remove allow(dead_code)

This commit is contained in:
Theta-Dev 2022-10-10 12:33:06 +02:00
parent 1bc47b7c2d
commit 44e14a4ae0
4 changed files with 8 additions and 1 deletions

View file

@ -3,7 +3,6 @@
//! Client for the public YouTube / YouTube Music API (Innertube),
//! inspired by [NewPipe](https://github.com/TeamNewPipe/NewPipeExtractor).
#![allow(dead_code)]
#![warn(clippy::todo)]
#[macro_use]