Skip to content

Commit c37760a

Browse files
authoredMar 9, 2025
Merge pull request #2271 from rust-lang/tshepang-patch-1
fix text
2 parents fc8cb9c + 28b1ec7 commit c37760a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

Diff for: ‎src/tests/directives.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,7 @@ for more details.
122122
These directives are used to ignore the test in some situations, which
123123
means the test won't be compiled or run.
124124

125-
* `ignore-X` where `X` is a target detail or stage will ignore the test
126-
accordingly (see below)
125+
* `ignore-X` where `X` is a target detail or other criteria on which to ignore the test (see below)
127126
* `only-X` is like `ignore-X`, but will *only* run the test on that target or
128127
stage
129128
* `ignore-test` always ignores the test. This can be used to temporarily disable

0 commit comments

Comments
 (0)