Skip to content

Commit 0d0d9cd

Browse files
committed
update rustdoc
1 parent afbecc0 commit 0d0d9cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/rustdoc/intra-doc/prim-self.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
#![deny(rustdoc::broken_intra_doc_links)]
22
#![rustc_coherence_is_core]
33
#![allow(incomplete_features)] // inherent_associated_types
4-
#![feature(lang_items)]
4+
#![feature(rustc_attrs)]
55
#![feature(no_core)]
66
#![feature(rustdoc_internals)]
77
#![feature(inherent_associated_types)]
88
#![no_core]
99

10-
#[lang = "usize"]
1110
/// [Self::f]
1211
/// [Self::MAX]
1312
// @has prim_self/primitive.usize.html

0 commit comments

Comments
 (0)