Skip to content

Commit

Permalink
Remove unused 'dirs' dependency in get_database_path.rs
Browse files Browse the repository at this point in the history
This commit eliminates the import of the 'dirs' crate in the get_database_path.rs file, as it was not being utilized. This cleanup helps to improve code readability and reduce unnecessary dependencies.
  • Loading branch information
takanotume24 committed Dec 19, 2024
1 parent ad6e06e commit 47a5ea9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src-tauri/src/get_database_path.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use dirs;
use std::fs;
use std::io;

Expand Down

0 comments on commit 47a5ea9

Please sign in to comment.