We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5fd57d commit 5c6b016Copy full SHA for 5c6b016
src/static-guarantees/index.md
@@ -1,8 +1,8 @@
1
# Static Guarantees
2
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.
+Rust's type system prevents data races at compile time (see [`Send`] and
+[`Sync`] traits). The type system can also be used to check other properties at
+compile time; reducing the need for runtime checks in some cases.
6
7
[`Send`]: https://doc.rust-lang.org/core/marker/trait.Send.html
8
[`Sync`]: https://doc.rust-lang.org/core/marker/trait.Sync.html
0 commit comments