We don't really require the Path to be a PathBuf, we don't even require it to be a Path, we only need it to be AsRef<Path>>. This removes some conversion in the from_addr cases, which can just reuse `url.path()` (a `&str`). Change-Id: I38d536dbaf0b44421e41f211a9ad2b13605179e9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10258 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: raitobezarius <tvl@lahfa.xyz> Tested-by: BuildkiteCI |
||
|---|---|---|
| .. | ||
| blobservice | ||
| directoryservice | ||
| proto | ||
| tests | ||
| digests.rs | ||
| errors.rs | ||
| fixtures.rs | ||
| import.rs | ||
| lib.rs | ||
| tonic.rs | ||
| utils.rs | ||