mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Use struct shorthand syntax
This commit is contained in:
parent
1da79baf54
commit
37d9b5c49a
@ -177,7 +177,7 @@ impl<'cfg> HttpRegistry<'cfg> {
|
||||
cache_path: config.registry_cache_path().join(name),
|
||||
source_id,
|
||||
config,
|
||||
url: url,
|
||||
url,
|
||||
multi: Multi::new(),
|
||||
multiplexing: false,
|
||||
downloads: Downloads {
|
||||
|
Loading…
x
Reference in New Issue
Block a user