fix: move tests module to the bottom of src/ui/http.rs #43

Merged
David merged 2 commits from fix/move-tests-to-bottom-of-http into main 2026-05-10 20:27:04 +02:00
Owner

clippy::items-after-test-module is a default-warn lint, so cargo clippy --all-targets -- -D warnings failed on mod tests sitting at line 48 with the rest of the HTTP client (request helpers, HttpResponse, impl HttpResponse) defined after it. Move the test module to the end of the file so clippy is happy. No behaviour change.

Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com

clippy::items-after-test-module is a default-warn lint, so `cargo clippy --all-targets -- -D warnings` failed on `mod tests` sitting at line 48 with the rest of the HTTP client (request helpers, HttpResponse, impl HttpResponse) defined after it. Move the test module to the end of the file so clippy is happy. No behaviour change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
fix: move tests module to the bottom of src/ui/http.rs
Some checks failed
Check / clippy + fmt + tests (pull_request) Has been cancelled
0e7adbd75c
clippy::items-after-test-module is a default-warn lint, so `cargo clippy --all-targets -- -D warnings` failed on `mod tests` sitting at line 48 with the rest of the HTTP client (request helpers, HttpResponse, impl HttpResponse) defined after it. Move the test module to the end of the file so clippy is happy. No behaviour change.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Merge branch 'main' into fix/move-tests-to-bottom-of-http
All checks were successful
Create release / Create release from merged PR (pull_request) Has been skipped
Check / clippy + fmt + tests (pull_request) Successful in 1m45s
82c4cf4196
David merged commit 9ac4d3de8e into main 2026-05-10 20:27:04 +02:00
David deleted branch fix/move-tests-to-bottom-of-http 2026-05-10 20:27:04 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
a8n-tools/rusty-links!43
No description provided.