You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doctests will now be tested when running `cargo test --doc --target other_target`, this may result in some amount of breakage due to would-be-failing doctests now being tested.
137
+
Doctests will now be tested when running `cargo test --doc --target other_target`. This may result in some amount of breakage due to would-be-failing doctests now being tested.
138
138
139
139
Failing tests can be disabled by annotating the doctest with `ignore-<target>` ([docs](https://doc.rust-lang.org/stable/rustdoc/write-documentation/documentation-tests.html#ignoring-targets)):
140
140
```rust
@@ -215,4 +215,4 @@ Check out everything that changed in [Rust](https://github.com/rust-lang/rust/re
215
215
216
216
Many people came together to create Rust 1.89.0. We couldn't have done it without all of you. [Thanks!](https://thanks.rust-lang.org/rust/1.89.0/)
0 commit comments