Skip to content

Commit 19ea423

Browse files
committed
Auto merge of #3786 - joshtriplett:directory-registry-no-url, r=alexcrichton
tests/directory: Remove unnecessary dummy registry URL for crates.io Older versions of cargo required this; current versions do not. All of the tests still pass with it removed.
2 parents 1ebadba + 00e173e commit 19ea423

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/directory.rs

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ fn setup() {
2020
t!(fs::create_dir(&root.join(".cargo")));
2121
t!(t!(File::create(root.join(".cargo/config"))).write_all(br#"
2222
[source.crates-io]
23-
registry = 'https://wut'
2423
replace-with = 'my-awesome-local-registry'
2524
2625
[source.my-awesome-local-registry]

0 commit comments

Comments
 (0)