Skip to content

Commit 8514089

Browse files
authored
Rust-1.89.0.md: split sentence into 2, for readability
1 parent 6c2a9b2 commit 8514089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/Rust-1.89.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ pub fn cool_simd_code(/* .. */) -> /* ... */ {
134134

135135
### Cross-compiled doctests
136136

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.
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.
138138

139139
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)):
140140
```rust
@@ -215,4 +215,4 @@ Check out everything that changed in [Rust](https://github.com/rust-lang/rust/re
215215

216216
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/)
217217

218-
[platform_support_page]: https://doc.rust-lang.org/rustc/platform-support.html
218+
[platform_support_page]: https://doc.rust-lang.org/rustc/platform-support.html

0 commit comments

Comments
 (0)