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 ba670d6 commit 580c119Copy full SHA for 580c119
README.md
@@ -48,8 +48,8 @@ in your program, and cannot run all programs:
48
has no access to most platform-specific APIs or FFI. A few APIs have been
49
implemented (such as printing to stdout) but most have not: for example, Miri
50
currently does not support SIMD or networking.
51
-* Miri currently does not check for data-races and most other concurrency
52
- related issues.
+* Miri currently does not check for data-races and most other concurrency-related
+ issues.
53
54
[rust]: https://www.rust-lang.org/
55
[mir]: https://github.com/rust-lang/rfcs/blob/master/text/1211-mir.md
0 commit comments