]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/book/book.toml
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
[rust.git] / src / tools / clippy / book / book.toml
1 [book]
2 authors = ["The Rust Clippy Developers"]
3 language = "en"
4 multilingual = false
5 src = "src"
6 title = "Clippy Documentation"
7
8 [rust]
9 edition = "2018"
10
11 [output.html]
12 edit-url-template = "https://github.com/rust-lang/rust-clippy/edit/master/book/{path}"
13 git-repository-url = "https://github.com/rust-lang/rust-clippy/tree/master/book"
14 mathjax-support = true
15 site-url = "/rust-clippy/"
16
17 [output.html.playground]
18 editable = true
19 line-numbers = true
20
21 [output.html.search]
22 boost-hierarchy = 2
23 boost-paragraph = 1
24 boost-title = 2
25 expand = true
26 heading-split-level = 2
27 limit-results = 20
28 use-boolean-and = true