CLI app for developers prototyping atproto functionality
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

style: inline format args and enable uninlined_format_args lint

- Inline all positional format args to capture syntax (e.g. format!("{raw}"))
- Add [lints.clippy] uninlined_format_args = "deny" to Cargo.toml
- Fix format calls in identity.rs, pipeline.rs, report.rs, and common/identity.rs
- Update assert! messages to use inline format syntax

Fixes M-RE-1: All format args now inlined; clippy --all-targets passes cleanly

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>

No differences found between the selected revisions.