Skip to content

Commit 90a6e19

Browse files
committed
Fix duplitous link in minicore
1 parent 54e55ca commit 90a6e19

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/tests/minicore.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- date-check Oct 2024 -->
44

5-
[`minicore`] is a test auxiliary for
5+
[`tests/auxiliary/minicore.rs`][`minicore`] is a test auxiliary for
66
ui/codegen/assembly test suites. It provides `core` stubs for tests that need to
77
build for cross-compiled targets but do not need/want to run.
88

@@ -25,8 +25,6 @@ Please note that [`minicore`] is only intended for `core` items, and explicitly
2525
range of tests.
2626
</div>
2727

28-
[`minicore`]: https://github.com/rust-lang/rust/blob/master/tests/auxiliary/minicore.rs
29-
3028
## Example codegen test that uses `minicore`
3129

3230
```rust,no_run
@@ -53,4 +51,4 @@ impl Copy for Meow {} // `Copy` here is provided by `minicore`
5351
fn meow() {}
5452
```
5553

56-
[minicore]: https://github.com/rust-lang/rust/tree/master/tests/auxiliary/minicore.rs
54+
[`minicore`]: https://github.com/rust-lang/rust/tree/master/tests/auxiliary/minicore.rs

0 commit comments

Comments
 (0)