brewlog/src/application
Jon Seager 2bd008a8d7
chore(lint): enable clippy pedantic and restriction lints
- Add [lints.clippy] section to Cargo.toml with pedantic group
- Cherry-pick restriction lints: dbg_macro (deny), todo, unwrap_used, expect_used (warn)
- Allow noisy pedantic lints (missing_errors_doc, module_name_repetitions, etc.)
- Fix unnecessary Result wrappers in token and user repository to_domain functions
- Merge duplicate match arms in TimelineEventViewModel
- Add justified #[allow] attributes for startup code and tests
2026-02-02 17:55:16 +00:00
..
routes chore(lint): enable clippy pedantic and restriction lints 2026-02-02 17:55:16 +00:00
auth.rs feat: improved trace logging 2025-11-26 12:01:53 +00:00
errors.rs chore: rename server crate to application 2025-11-25 21:40:39 +00:00
mod.rs chore: rename server crate to application 2025-11-25 21:40:39 +00:00
server.rs chore(lint): enable clippy pedantic and restriction lints 2026-02-02 17:55:16 +00:00