1
Fork 0

Add line numbers option to rustdoc

This commit is contained in:
Guillaume Gomez 2018-10-08 22:51:37 +02:00
parent eb50e75729
commit e961d397ca
6 changed files with 68 additions and 14 deletions

View file

@ -1709,6 +1709,7 @@ impl<'a> Settings<'a> {
("method-docs", "Auto-hide item methods' documentation", false),
("go-to-only-result", "Directly go to item in search if there is only one result",
false),
("line-numbers", "Show line numbers on code examples", false),
],
root_path,
suffix,