diff options
| author | Corey Farwell <coreyf@rwell.org> | 2017-02-05 09:14:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-05 09:14:56 -0500 |
| commit | 94fd315173f320c719f879cbdfd6c022622f8cc0 (patch) | |
| tree | 6aff97fbed59e05535a5800019f552f2dc3aa83b /src/bootstrap | |
| parent | 403ca55a85ba5b8c868f0ae5fcd12067529d112a (diff) | |
| parent | b4ef361a8c7ef75b29bad437ee970c1794793cb1 (diff) | |
| download | rust-94fd315173f320c719f879cbdfd6c022622f8cc0.tar.gz rust-94fd315173f320c719f879cbdfd6c022622f8cc0.zip | |
Rollup merge of #39527 - king6cong:bootstrap-doc, r=alexcrichton
README path correction
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/bin/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bootstrap/bin/main.rs b/src/bootstrap/bin/main.rs index c47f4fd8ec6..5ca5ce1648f 100644 --- a/src/bootstrap/bin/main.rs +++ b/src/bootstrap/bin/main.rs @@ -11,8 +11,8 @@ //! rustbuild, the Rust build system //! //! This is the entry point for the build system used to compile the `rustc` -//! compiler. Lots of documentation can be found in the `README.md` file next to -//! this file, and otherwise documentation can be found throughout the `build` +//! compiler. Lots of documentation can be found in the `README.md` file in the +//! parent directory, and otherwise documentation can be found throughout the `build` //! directory in each respective module. #![deny(warnings)] |
