rust/library/alloc
Miguel Ojeda eefec8abda 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-24 06:13:42 +01:00
..
benches Reorder benches const variable 2020-09-29 21:39:24 +08:00
src library: Normalize safety-for-unsafe-block comments 2021-02-24 06:13:42 +01:00
tests Update the bootstrap compiler 2021-02-20 17:19:30 -05:00
Cargo.toml Update `compiler_builtins` to 0.1.39 2021-01-07 16:16:36 +09:00