diff options
| author | king6cong <king6cong@gmail.com> | 2017-02-04 16:44:23 +0800 |
|---|---|---|
| committer | king6cong <king6cong@gmail.com> | 2017-02-04 16:44:23 +0800 |
| commit | b4ef361a8c7ef75b29bad437ee970c1794793cb1 (patch) | |
| tree | 334219658596c801291d7d5d4a64870d2d84d444 | |
| parent | 1b5c7ac833c8f58386751d6a24c5a8acf11baff9 (diff) | |
| download | rust-b4ef361a8c7ef75b29bad437ee970c1794793cb1.tar.gz rust-b4ef361a8c7ef75b29bad437ee970c1794793cb1.zip | |
README path correction
| -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)] |
