Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
races.md: data race -> race condition to violate memory safety
The first example shows that you "can't violate memory safety with safe Rust" and the second example shows that you "can violate memory safety with unsafe Rust". The second example does not demonstrate a data race since there is only one thread touching `data`.
- Loading branch information