apply cargo & clippy fixes
Some checks failed
Run Check Script / check (pull_request) Failing after -1m14s

This commit is contained in:
Ian Letourneau
2025-08-04 21:52:45 -04:00
parent 74182bbc60
commit c64b59a4ec
67 changed files with 339 additions and 348 deletions

View File

@@ -23,7 +23,7 @@ async fn main() {
// This config can be extended as needed for more complicated configurations
config: LAMPConfig {
project_root: "./php".into(),
database_size: format!("4Gi").into(),
database_size: "4Gi".to_string().into(),
..Default::default()
},
};