update rustdoc
This commit is contained in:
parent
afbecc0f68
commit
0d0d9cd718
1 changed files with 1 additions and 2 deletions
|
@ -1,13 +1,12 @@
|
||||||
#![deny(rustdoc::broken_intra_doc_links)]
|
#![deny(rustdoc::broken_intra_doc_links)]
|
||||||
#![rustc_coherence_is_core]
|
#![rustc_coherence_is_core]
|
||||||
#![allow(incomplete_features)] // inherent_associated_types
|
#![allow(incomplete_features)] // inherent_associated_types
|
||||||
#![feature(lang_items)]
|
#![feature(rustc_attrs)]
|
||||||
#![feature(no_core)]
|
#![feature(no_core)]
|
||||||
#![feature(rustdoc_internals)]
|
#![feature(rustdoc_internals)]
|
||||||
#![feature(inherent_associated_types)]
|
#![feature(inherent_associated_types)]
|
||||||
#![no_core]
|
#![no_core]
|
||||||
|
|
||||||
#[lang = "usize"]
|
|
||||||
/// [Self::f]
|
/// [Self::f]
|
||||||
/// [Self::MAX]
|
/// [Self::MAX]
|
||||||
// @has prim_self/primitive.usize.html
|
// @has prim_self/primitive.usize.html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue