]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/def_id_nocore.rs
Auto merge of #8374 - Alexendoo:bless-revisions, r=camsteffen
[rust.git] / tests / ui / def_id_nocore.rs
index 1ed78547a60cd49a40f20493f9fcf964a3bc695c..156c88e2e45b7d902e8dc3fa3f28f083210c2758 100644 (file)
@@ -3,6 +3,7 @@
 
 #![feature(no_core, lang_items, start)]
 #![no_core]
+#![allow(clippy::missing_safety_doc)]
 
 #[link(name = "c")]
 extern "C" {}