diff options
| author | Flying-Toast <38232168+Flying-Toast@users.noreply.github.com> | 2020-09-08 22:26:44 -0400 |
|---|---|---|
| committer | Flying-Toast <38232168+Flying-Toast@users.noreply.github.com> | 2020-09-08 22:26:44 -0400 |
| commit | c66789d572ab3d950bc187d3bca3bc0042023358 (patch) | |
| tree | 26872b4ec4e3140cb54b9b68ea4c389d0f9112af /library/std/src/alloc.rs | |
| parent | 90782cb50ba6d1f2ea97cf74a3b06eca6bef8b59 (diff) | |
| download | rust-c66789d572ab3d950bc187d3bca3bc0042023358.tar.gz rust-c66789d572ab3d950bc187d3bca3bc0042023358.zip | |
Capitalize safety comments
Diffstat (limited to 'library/std/src/alloc.rs')
| -rw-r--r-- | library/std/src/alloc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/alloc.rs b/library/std/src/alloc.rs index 64d8edf33bd..770c97899f0 100644 --- a/library/std/src/alloc.rs +++ b/library/std/src/alloc.rs @@ -149,7 +149,7 @@ impl System { } } - // Safety: Same as `AllocRef::grow` + // SAFETY: Same as `AllocRef::grow` #[inline] unsafe fn grow_impl( &mut self, |
