1
Fork 0

Auto merge of #82641 - camelid:lang-item-docs, r=jyn514

Improve lang item generated docs

cc 226738260

r? `@jyn514`
This commit is contained in:
bors 2021-03-11 06:38:22 +00:00
commit 04fce73196
3 changed files with 32 additions and 23 deletions

View file

@ -5,6 +5,7 @@
#![feature(crate_visibility_modifier)]
#![feature(const_fn)] // For the unsizing cast on `&[]`
#![feature(const_panic)]
#![feature(extended_key_value_attributes)]
#![feature(in_band_lifetimes)]
#![feature(once_cell)]
#![feature(or_patterns)]