|
All checks were successful
Test / rust-fmt-check (pull_request) Successful in 1m36s
Test / frontend-typecheck (pull_request) Successful in 1m34s
Test / frontend-tests (pull_request) Successful in 1m37s
Test / rust-clippy (pull_request) Successful in 3m7s
PR Review Automation / review (pull_request) Successful in 4m24s
Test / rust-tests (pull_request) Successful in 4m22s
Rust 1.88 enforces clippy::uninlined_format_args as a style lint under
-D warnings. Change `writeln!(stdin, "{}", password)` to the inline
form `writeln!(stdin, "{password}")`.
|
||
|---|---|---|
| .. | ||
| ai | ||
| audit | ||
| commands | ||
| db | ||
| docs | ||
| integrations | ||
| mcp | ||
| ollama | ||
| pii | ||
| lib.rs | ||
| main.rs | ||
| state.rs | ||