Skip to content

Commit ad10128

Browse files
authored
Rollup merge of #78487 - rust-lang:GuillaumeGomez-patch-1, r=steveklabnik
Fix typo "compiltest" Part of #70898.
2 parents 572ea25 + f553c22 commit ad10128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustdoc/src/unstable-features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ Using this flag looks like this:
348348
$ rustdoc src/lib.rs -Z unstable-options --enable-per-target-ignores
349349
```
350350

351-
This flag allows you to tag doctests with compiltest style `ignore-foo` filters that prevent
351+
This flag allows you to tag doctests with compiletest style `ignore-foo` filters that prevent
352352
rustdoc from running that test if the target triple string contains foo. For example:
353353

354354
```rust

0 commit comments

Comments
 (0)