diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-04-01 14:32:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-01 14:32:21 +0200 |
| commit | c1419b4c919fcdb91205b32a6ccca7b170b1e58a (patch) | |
| tree | 175a4a3534196b2226fe3978dc7b9953f4ab30d7 /src | |
| parent | 9223bb5f32d019e33112a7f46565e4a831ecd326 (diff) | |
| parent | e39f542c552995173fc49910f5de5b7abfa0bd1a (diff) | |
Rollup merge of #70652 - lzutao:patch-1, r=Centril
Add git repo address to unstable book
Diffstat (limited to 'src')
| -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" |
