You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor wording updates to the undefined behavior section
- Preserve the parallel between "unsafe traits and functions" at the beginning
of the paragraph with "unsafe impls and blocks in the middle, by adding "impls
and".
- Remove "even" for the condition of unsafe code being unsound at the end of the
paragraph. With my understanding of English, "even when" means that the
sentence holds even when (no pun intended) the "when" condition is removed,
which is not true for that sentence. Sound unsafe code can trigger undefined
behavior if its safety conditions are not upheld.
0 commit comments