Skip to content

Commit e70a376

Browse files
giraffateehuss
authored andcommitted
Fix a broken link in CONTRIBUTING.md
`testsuite/support/mod.rs` is replaced at 9115b2c.
1 parent 14654f3 commit e70a376

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ working on.
8585
* [Commit as you go][githelp].
8686
* Include tests that cover all non-trivial code. The existing tests
8787
in `test/` provide templates on how to test Cargo's behavior in a
88-
sandbox-environment. The internal module `testsuite/support` provides a vast amount
89-
of helpers to minimize boilerplate. See [`testsuite/support/mod.rs`] for an
88+
sandbox-environment. The internal module `crates/cargo-test-support` provides a vast amount
89+
of helpers to minimize boilerplate. See [`crates/cargo-test-support/src/lib.rs`] for an
9090
introduction to writing tests.
9191
* Make sure `cargo test` passes. If you do not have the cross-compilers
9292
installed locally, install them using the instructions returned by
@@ -197,6 +197,6 @@ adding labels to triage issues:
197197
[I-nominated]: https://github.com/rust-lang/cargo/labels/I-nominated
198198
[Code of Conduct]: https://www.rust-lang.org/conduct.html
199199
[Discord]: https://discordapp.com/invite/rust-lang
200-
[`testsuite/support/mod.rs`]: https://github.com/rust-lang/cargo/blob/master/tests/testsuite/support/mod.rs
200+
[`crates/cargo-test-support/src/lib.rs`]: https://github.com/rust-lang/cargo/blob/master/crates/cargo-test-support/src/lib.rs
201201
[irlo]: https://internals.rust-lang.org/
202202
[subcommands]: https://doc.rust-lang.org/cargo/reference/external-tools.html#custom-subcommands

0 commit comments

Comments
 (0)