Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor HTTP request formatting in IpInfo implementation
- Fixes `the borrowed expression implements the required traits` - Changed string formatting from `format!` to direct string interpolation for POST and GET requests in `ipinfo.rs`. - This improves readability and maintains consistency in the codebase.
- Loading branch information