diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2019-08-21 19:56:46 +0200 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2019-11-06 11:04:42 +0100 |
| commit | 02f9167f94a06900ee555a5797081a44ebba009e (patch) | |
| tree | 78b13570e6846bdbe329d53347101c43d9825f07 /src/libcore/alloc.rs | |
| parent | e8b190ac4ad79e58d21ee1d573529ff74d8eedaa (diff) | |
| download | rust-02f9167f94a06900ee555a5797081a44ebba009e.tar.gz rust-02f9167f94a06900ee555a5797081a44ebba009e.zip | |
Have tidy ensure that we document all `unsafe` blocks in libcore
Diffstat (limited to 'src/libcore/alloc.rs')
| -rw-r--r-- | src/libcore/alloc.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcore/alloc.rs b/src/libcore/alloc.rs index 5d0333d5226..1b06baeb711 100644 --- a/src/libcore/alloc.rs +++ b/src/libcore/alloc.rs @@ -1,5 +1,7 @@ //! Memory allocation APIs +// ignore-tidy-undocumented-unsafe + #![stable(feature = "alloc_module", since = "1.28.0")] use crate::cmp; |
