Document all public items in rustc_incremental

Also:

- Review and edit current docs
- Enforce documentation for crate

Co-authored-by: r00ster <r00ster91@protonmail.com>
Co-authored-by: Camille Gillot <gillot.camille@gmail.com>
This commit is contained in:
pierwill 2021-10-29 12:14:17 -05:00
parent bc9326d83d
commit 41f76924d0
7 changed files with 63 additions and 13 deletions

View file

@ -1,5 +1,6 @@
//! Support for serializing the dep-graph and reloading it.
#![deny(missing_docs)]
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![feature(in_band_lifetimes)]
#![feature(let_else)]