diff options
| author | projektir <oprojektir@gmail.com> | 2017-12-01 18:29:12 -0800 |
|---|---|---|
| committer | projektir <oprojektir@gmail.com> | 2018-01-13 13:04:53 -0800 |
| commit | a2df4131871b6d18e1d3d2913d7a4436cd0d0277 (patch) | |
| tree | 03cad2233b69d5f69b3d751d577162486bb2aaed /src/bootstrap/doc.rs | |
| parent | f62f774035735a06c880c48c0b9017fcc0577e33 (diff) | |
| download | rust-a2df4131871b6d18e1d3d2913d7a4436cd0d0277.tar.gz rust-a2df4131871b6d18e1d3d2913d7a4436cd0d0277.zip | |
Adding RBE as a submodule #46194
Diffstat (limited to 'src/bootstrap/doc.rs')
| -rw-r--r-- | src/bootstrap/doc.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bootstrap/doc.rs b/src/bootstrap/doc.rs index 832da24c994..4227567cfcf 100644 --- a/src/bootstrap/doc.rs +++ b/src/bootstrap/doc.rs @@ -12,7 +12,7 @@ //! //! This module implements generation for all bits and pieces of documentation //! for the Rust project. This notably includes suites like the rust book, the -//! nomicon, standalone documentation, etc. +//! nomicon, rust by example, standalone documentation, etc. //! //! Everything here is basically just a shim around calling either `rustbook` or //! `rustdoc`. @@ -69,6 +69,7 @@ book!( Nomicon, "src/doc/nomicon", "nomicon"; Reference, "src/doc/reference", "reference"; Rustdoc, "src/doc/rustdoc", "rustdoc"; + RustByExample, "src/doc/rust-by-example", "rust-by-example"; ); #[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] |
