fix(clippy): fix clippy warning

This commit is contained in:
Lucaskyy 2022-07-09 19:53:32 +02:00
parent 85a93ac790
commit 96ce88666b
No known key found for this signature in database
GPG Key ID: 1530BFF96D1EEB89
2 changed files with 3 additions and 2 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"conventionalCommits.scopes": ["clippy"]
}

View File

@ -1,5 +1,3 @@
use tracing_subscriber;
pub fn init() {
// TODO: log to file
tracing_subscriber::fmt::init();