mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-05-02 15:34:24 +02:00
fix(clippy): fix clippy warning
This commit is contained in:
parent
85a93ac790
commit
96ce88666b
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"conventionalCommits.scopes": ["clippy"]
|
||||
}
|
@ -1,5 +1,3 @@
|
||||
use tracing_subscriber;
|
||||
|
||||
pub fn init() {
|
||||
// TODO: log to file
|
||||
tracing_subscriber::fmt::init();
|
||||
|
Loading…
x
Reference in New Issue
Block a user