Skip to content

Commit 7fcb691

Browse files
committed
sembr src/tests/directives.md
1 parent bdae233 commit 7fcb691

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/tests/directives.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,7 @@ The following directives will check rustc build settings and target settings:
183183
- `needs-threads` — ignores if the target does not have threading support
184184
- `needs-subprocess` — ignores if the target does not have subprocess support
185185
- `needs-symlink` — ignores if the target does not support symlinks.
186-
This can be the case on Windows if the developer did not enable privileged symlink
187-
permissions.
186+
This can be the case on Windows if the developer did not enable privileged symlink permissions.
188187
- `ignore-std-debug-assertions` — ignores if std was built with debug assertions.
189188
- `needs-std-debug-assertions` — ignores if std was not built with debug assertions.
190189
- `ignore-std-remap-debuginfo` — ignores if std was built with remapping of it's sources.

0 commit comments

Comments
 (0)