diff options
| author | lzutao <taolzu@gmail.com> | 2020-04-01 19:10:19 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-01 19:10:19 +0700 |
| commit | e39f542c552995173fc49910f5de5b7abfa0bd1a (patch) | |
| tree | 72c2fbab09c41e83660a1b6db7fca0f94ac27772 | |
| parent | 99009bf31992fb9257b84550dbf7cb509f987952 (diff) | |
| download | rust-e39f542c552995173fc49910f5de5b7abfa0bd1a.tar.gz rust-e39f542c552995173fc49910f5de5b7abfa0bd1a.zip | |
Add git repo address to unstable book
| -rw-r--r-- | src/doc/unstable-book/book.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/doc/unstable-book/book.toml b/src/doc/unstable-book/book.toml index 5b2e19bd7aa..0cd56d09404 100644 --- a/src/doc/unstable-book/book.toml +++ b/src/doc/unstable-book/book.toml @@ -1,3 +1,6 @@ [book] title = "The Rust Unstable Book" author = "The Rust Community" + +[output.html] +git-repository-url = "https://github.com/rust-lang/rust/tree/master/src/doc/unstable-book" |
