rust/library/std
Aaron Hill befa2dffda
Rollup merge of #82467 - ojeda:tidy-normalize-safety-comments, r=kennytm
library: Normalize safety-for-unsafe-block comments

Almost all safety comments are of the form `// SAFETY:`,
so normalize the rest and fix a few of them that should
have been a `/// # Safety` section instead.

Furthermore, make `tidy` only allow the uppercase form. While
currently `tidy` only checks `core`, it is a good idea to prevent
`core` from drifting to non-uppercase comments, so that later
we can start checking `alloc` etc. too.

Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
2021-02-25 16:06:21 -05:00
..
benches
src Rollup merge of #82467 - ojeda:tidy-normalize-safety-comments, r=kennytm 2021-02-25 16:06:21 -05:00
tests Fix SGX CI, take 3 2020-12-07 15:22:34 +01:00
Cargo.toml Update `compiler_builtins` to 0.1.39 2021-01-07 16:16:36 +09:00
build.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00