Skip to content

Commit d6b79f7

Browse files
committed
linter part 2000
1 parent 4a39c2a commit d6b79f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • crates/stackable-versioned-macros/tests

crates/stackable-versioned-macros/tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ feature to be enabled. These tests can be run with `cargo test --all-features`.
1313
> [!NOTE]
1414
> Please have `rust-src` installed, e.g. using `rustup component add rust-src`.
1515
>
16-
> Also see the compile-fail tests, described [below](#compile-fail-testing).
16+
> Also have a look at [compile-fail tests](#compile-fail-testing).
1717
1818
Snapshot testing is done using the [insta] crate. It provides a [CLI tool][insta-cli] called
1919
`cargo-insta` and a [VS Code extension][insta-ext].
@@ -81,7 +81,7 @@ accepted (ie: no `.new` files remaining), check in the files.
8181
## Compile-Fail Testing
8282

8383
> [!NOTE]
84-
> Also see the snapshot tests, described [above](#snapshot-testing).
84+
> Also see the [snapshot tests](#snapshot-testing).
8585
8686
This type of testing is part of UI testing. These tests assert two things: First, some code should
8787
compile without errors and secondly other code should produce the expected rustc (compiler) error

0 commit comments

Comments
 (0)