Skip to content

fix: include port in API base URL and remove redundant must_use#106

Merged
dgivens merged 1 commit intomasterfrom
dgivens/api-url-port-handler
Sep 29, 2025
Merged

fix: include port in API base URL and remove redundant must_use#106
dgivens merged 1 commit intomasterfrom
dgivens/api-url-port-handler

Conversation

@dgivens
Copy link
Copy Markdown
Contributor

@dgivens dgivens commented Sep 29, 2025

  • Ensures the port number from the profile's api_base_url is preserved when constructing the client base URL, preventing connection issues when using non-standard ports
  • Removes redundant #[must_use] attribute from PartialEq::eq impl as comparison results are inherently must-use by trait semantics

- Ensures the port number from the profile's api_base_url is preserved
  when constructing the client base URL, preventing connection issues
  when using non-standard ports
- Removes redundant #[must_use] attribute from PartialEq::eq impl as
  comparison results are inherently must-use by trait semantics
@dgivens dgivens merged commit 81d0032 into master Sep 29, 2025
8 checks passed
@dgivens dgivens deleted the dgivens/api-url-port-handler branch September 29, 2025 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants