about summary refs log tree commit diff
path: root/src/libcore/alloc.rs
diff options
context:
space:
mode:
authorOliver Scherer <github35764891676564198441@oli-obk.de>2019-08-21 19:56:46 +0200
committerOliver Scherer <github35764891676564198441@oli-obk.de>2019-11-06 11:04:42 +0100
commit02f9167f94a06900ee555a5797081a44ebba009e (patch)
tree78b13570e6846bdbe329d53347101c43d9825f07 /src/libcore/alloc.rs
parente8b190ac4ad79e58d21ee1d573529ff74d8eedaa (diff)
downloadrust-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.rs2
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;