Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix(clippy): fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Jul 9, 2022
1 parent 85a93ac commit 96ce886
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"conventionalCommits.scopes": ["clippy"]
}
2 changes: 0 additions & 2 deletions src/logger.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use tracing_subscriber;

pub fn init() {
// TODO: log to file
tracing_subscriber::fmt::init();
Expand Down

0 comments on commit 96ce886

Please sign in to comment.