uv/crates/uv-git/src
adamnemecek 3f83390e34
Make the use of `Self` consistent. (#15074)
## Summary

Make the use of `Self` consistent. Mostly done by running `cargo clippy
--fix -- -A clippy::all -W clippy::use_self`.

## Test Plan

<!-- How was it tested? -->
No need.
2025-08-05 20:17:12 +01:00
..
credentials.rs Add `DisplaySafeUrl` newtype to prevent leaking of credentials by default (#13560) 2025-05-27 00:05:30 +02:00
git.rs Make the use of `Self` consistent. (#15074) 2025-08-05 20:17:12 +01:00
lib.rs Skip GitHub fast path when rate-limited (#13033) 2025-06-24 12:11:41 -07:00
rate_limit.rs Skip GitHub fast path when rate-limited (#13033) 2025-06-24 12:11:41 -07:00
resolver.rs Skip GitHub fast path when rate-limited (#13033) 2025-06-24 12:11:41 -07:00
source.rs avoid fetching an exact, cached commit, even if it isn't locked 2025-06-09 23:50:36 +00:00