Skip to content

Commit 5c6b016

Browse files
committed
Whitespace (re-wrap).
1 parent d5fd57d commit 5c6b016

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/static-guarantees/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Static Guarantees
22

3-
Rust's type system prevents data races at compile time (see [`Send`]
4-
and [`Sync`] traits). The type system can also be used to check other properties
5-
at compile time; reducing the need for runtime checks in some cases.
3+
Rust's type system prevents data races at compile time (see [`Send`] and
4+
[`Sync`] traits). The type system can also be used to check other properties at
5+
compile time; reducing the need for runtime checks in some cases.
66

77
[`Send`]: https://doc.rust-lang.org/core/marker/trait.Send.html
88
[`Sync`]: https://doc.rust-lang.org/core/marker/trait.Sync.html

0 commit comments

Comments
 (0)