about summary refs log tree commit diff
diff options
context:
space:
mode:
authorlcnr <rust@lcnr.de>2022-03-15 16:56:46 +0100
committerlcnr <rust@lcnr.de>2022-03-30 11:23:58 +0200
commit0d0d9cd718b22e4db049bb5df14c9f29869ed5be (patch)
treecbf4a6dd012bc7e6b07cc19bad0b74967179d1c2
parentafbecc0f68c4dcfc4878ba5bcb1ac942544a1bdc (diff)
downloadrust-0d0d9cd718b22e4db049bb5df14c9f29869ed5be.tar.gz
rust-0d0d9cd718b22e4db049bb5df14c9f29869ed5be.zip
update rustdoc
-rw-r--r--src/test/rustdoc/intra-doc/prim-self.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/rustdoc/intra-doc/prim-self.rs b/src/test/rustdoc/intra-doc/prim-self.rs
index 5b9e41231e3..de053d70f03 100644
--- a/src/test/rustdoc/intra-doc/prim-self.rs
+++ b/src/test/rustdoc/intra-doc/prim-self.rs
@@ -1,13 +1,12 @@
 #![deny(rustdoc::broken_intra_doc_links)]
 #![rustc_coherence_is_core]
 #![allow(incomplete_features)] // inherent_associated_types
-#![feature(lang_items)]
+#![feature(rustc_attrs)]
 #![feature(no_core)]
 #![feature(rustdoc_internals)]
 #![feature(inherent_associated_types)]
 #![no_core]
 
-#[lang = "usize"]
 /// [Self::f]
 /// [Self::MAX]
 // @has prim_self/primitive.usize.html