I favor "these lines may affect safety" interpretation of unsafe rather than "these calls are unsafe" one. If someone edits unsafe block it's more obvious that it needs to be done with care than code outside of unsafe. But I'm aware it has limitations too.
I favor "these lines may affect safety" interpretation of
unsafe
rather than "these calls areunsafe
" one. If someone editsunsafe
block it's more obvious that it needs to be done with care than code outside ofunsafe
. But I'm aware it has limitations too.