Apply suggestions from code review

Co-Authored-By: gnzlbg <gnzlbg@users.noreply.github.com>
pull/149/head
Ralf Jung 6 years ago committed by GitHub
parent c41d49233c
commit 1f613d8255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,7 @@ language cares about is preventing the following things:
`NonZero*` that is 0
* Unwinding into another language
* Causing a [data race][race]
* Executing code compiled with platform features that the current platform does
* Executing code compiled with target features that the current thread of execution does
not support (see [`target_feature`])
"Producing" a value happens any time a value is assigned, passed to a

Loading…
Cancel
Save