diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2023-02-07 04:41:13 +0200 |
|---|---|---|
| committer | Tshepang Mbambo <tshepang@gmail.com> | 2023-02-07 04:41:13 +0200 |
| commit | 63dc0b86beb75bca4a2aa81f36f08bb3551c5d52 (patch) | |
| tree | bc94be6f8ebe3e67b307c4c90f264906c8e3a870 | |
| parent | e1eaa2d5d4d1f5b7b89561a940718058d414e89c (diff) | |
| download | rust-63dc0b86beb75bca4a2aa81f36f08bb3551c5d52.tar.gz rust-63dc0b86beb75bca4a2aa81f36f08bb3551c5d52.zip | |
allow quick-edit convenience
| -rw-r--r-- | src/doc/rustc/book.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/rustc/book.toml b/src/doc/rustc/book.toml index 372350403e2..cea6033ede2 100644 --- a/src/doc/rustc/book.toml +++ b/src/doc/rustc/book.toml @@ -5,3 +5,4 @@ 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}" |
