about summary refs log tree commit diff
path: root/compiler/rustc_incremental/src/lib.rs
diff options
context:
space:
mode:
authorpierwill <pierwill@users.noreply.github.com>2021-10-29 12:14:17 -0500
committerpierwill <pierwill@users.noreply.github.com>2021-12-07 10:10:52 -0600
commit41f76924d06ad4b267c0c1e5c83acf666c07f34e (patch)
treedd2f64ac01e6dcb71a69ba1460f62a785c44fee6 /compiler/rustc_incremental/src/lib.rs
parentbc9326d83d0d8368057ca8ff21c5260a4286f7ab (diff)
downloadrust-41f76924d06ad4b267c0c1e5c83acf666c07f34e.tar.gz
rust-41f76924d06ad4b267c0c1e5c83acf666c07f34e.zip
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>
Diffstat (limited to 'compiler/rustc_incremental/src/lib.rs')
-rw-r--r--compiler/rustc_incremental/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_incremental/src/lib.rs b/compiler/rustc_incremental/src/lib.rs
index dd3f8c937f8..07e9f8b00ca 100644
--- a/compiler/rustc_incremental/src/lib.rs
+++ b/compiler/rustc_incremental/src/lib.rs
@@ -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)]