mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
update rustdoc
This commit is contained in:
parent
afbecc0f68
commit
0d0d9cd718
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user