blob: 14ae1a7207ac04109f40a207057f1201e488973b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[book]
multilingual = false
src = "src"
title = "The rustc book"
[output.html]
git-repository-url = "https://github.com/rust-lang/rust/tree/master/src/doc/rustc"
edit-url-template = "https://github.com/rust-lang/rust/edit/master/src/doc/rustc/{path}"
[output.html.playground]
runnable = false
|