Summary
Track and remove #[expect(dead_code)] suppressions on the following items once the corresponding docs/backend-roadmap.md 3.5.1 work is implemented:
RouteRow
ExampleDataRunRow
UserRow.updated_at
WalkSessionRow.created_at and WalkSessionRow.updated_at
Context
The suppressions are correctly using #[expect(dead_code)] (which will cause a compile error automatically once the suppressed item is used), so no action is required before the roadmap items land. This issue exists solely to ensure clean-up is not forgotten when roadmap item 3.5.1 is implemented.
Raised during review of PR #354 by @leynos.
Summary
Track and remove
#[expect(dead_code)]suppressions on the following items once the correspondingdocs/backend-roadmap.md 3.5.1work is implemented:RouteRowExampleDataRunRowUserRow.updated_atWalkSessionRow.created_atandWalkSessionRow.updated_atContext
The suppressions are correctly using
#[expect(dead_code)](which will cause a compile error automatically once the suppressed item is used), so no action is required before the roadmap items land. This issue exists solely to ensure clean-up is not forgotten when roadmap item 3.5.1 is implemented.Raised during review of PR #354 by @leynos.