pub fn set_project_trust(
cwd: &Path,
trusted: Option<bool>,
) -> Result<(), ConfigError>Expand description
Persist the trust decision for a project directory. The path is canonical when it exists, with an absolute fallback for a project being created.