fix: move tests module to the bottom of src/ui/http.rs #43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/move-tests-to-bottom-of-http"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
clippy::items-after-test-module is a default-warn lint, so
cargo clippy --all-targets -- -D warningsfailed onmod testssitting 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