diff options
| author | Bastian Gruber <gruberbastian@me.com> | 2019-03-30 19:46:43 +0100 |
|---|---|---|
| committer | Bastian Gruber <gruberbastian@me.com> | 2019-03-30 19:46:43 +0100 |
| commit | aea5bf55f0b454999c08bcc3b59055a35625d746 (patch) | |
| tree | 57af5fd2285ed6e5707f40dc82e398771fc9d6cc | |
| parent | fc8581d7420b63b2cc5eac1c57a40de785859448 (diff) | |
| download | rust-aea5bf55f0b454999c08bcc3b59055a35625d746.tar.gz rust-aea5bf55f0b454999c08bcc3b59055a35625d746.zip | |
Add book.toml with title to unstable-book doc
| -rw-r--r-- | src/doc/unstable-book/book.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/unstable-book/book.toml b/src/doc/unstable-book/book.toml new file mode 100644 index 00000000000..5534340f0db --- /dev/null +++ b/src/doc/unstable-book/book.toml @@ -0,0 +1,2 @@ +[book] +title = "The Rust Unstable Book" |
