style: rustfmt use statement

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Test
2026-03-23 20:01:15 +01:00
parent a6b2454184
commit 35c62583d9

View File

@@ -16,9 +16,7 @@ use crate::settings::Settings;
use crate::vault::{RenameResult, VaultEntry};
use crate::vault_config::VaultConfig;
use crate::vault_list::VaultList;
use crate::{
frontmatter, git, github, indexing, menu, search, vault, vault_config, vault_list,
};
use crate::{frontmatter, git, github, indexing, menu, search, vault, vault_config, vault_list};
/// Expand a leading `~` or `~/` in a path string to the user's home directory.
/// Returns the original string unchanged if it doesn't start with `~` or if the