fix: remove allow(dead_code)
This commit is contained in:
parent
1bc47b7c2d
commit
44e14a4ae0
4 changed files with 8 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Reference in a new issue