Fix typo "compiltest"

This commit is contained in:
Guillaume Gomez 2020-10-28 15:51:26 +01:00 committed by GitHub
parent 2eb4fc800a
commit f553c226c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -348,7 +348,7 @@ Using this flag looks like this:
$ rustdoc src/lib.rs -Z unstable-options --enable-per-target-ignores
```
This flag allows you to tag doctests with compiltest style `ignore-foo` filters that prevent
This flag allows you to tag doctests with compiletest style `ignore-foo` filters that prevent
rustdoc from running that test if the target triple string contains foo. For example:
```rust