refactor: update empty hashmap initialization with lazy initialization

Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-26 18:06:50 -03:00
parent 3fb436dc44
commit 1d463323ce
5 changed files with 13 additions and 8 deletions

View File

@@ -1,8 +1,7 @@
use gethostname::gethostname;
use std::env;
use std::process;
use uzers::{get_current_uid, get_current_gid, get_user_by_uid, get_group_by_gid};
use crate::meta_plugin::{MetaPlugin, MetaPluginResponse};
use crate::meta_plugin::MetaPlugin;
#[derive(Debug, Clone, Default)]
pub struct CwdMetaPlugin {