fix cargo
Some checks failed
Deploy ailog / build-and-deploy (push) Failing after 14m42s

This commit is contained in:
2025-06-11 18:27:58 +09:00
parent ad45b151b1
commit eb5aa0a2be
23 changed files with 214 additions and 70 deletions

View File

@ -3,6 +3,7 @@ use std::path::PathBuf;
use crate::analyzer::{ProjectInfo, ApiInfo, ProjectStructure};
use crate::ai::gpt_client::GptClient;
#[allow(dead_code)]
pub struct DocGenerator {
base_path: PathBuf,
ai_enabled: bool,
@ -201,6 +202,7 @@ impl DocGenerator {
}
#[derive(Debug)]
#[allow(dead_code)]
pub struct GitCommit {
pub hash: String,
pub message: String,