diff options
author | Jade <[email protected]> | 2021-06-14 05:57:10 +0100 |
---|---|---|
committer | Jade <[email protected]> | 2021-06-14 05:58:05 +0100 |
commit | 20b325c7d50092cada3408aee958b3d523541f2c (patch) | |
tree | 5f8078106976c0573ef05861241f434fb5271891 /xtask | |
parent | 660a89620f65225359559ddcaf158bdb9dfe0d4c (diff) |
tree-wide: make rustdoc links spiky so they are clickable
Diffstat (limited to 'xtask')
-rw-r--r-- | xtask/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/main.rs b/xtask/src/main.rs index d0bef7b7a..063e11a5a 100644 --- a/xtask/src/main.rs +++ b/xtask/src/main.rs | |||
@@ -1,4 +1,4 @@ | |||
1 | //! See https://github.com/matklad/cargo-xtask/. | 1 | //! See <https://github.com/matklad/cargo-xtask/>. |
2 | //! | 2 | //! |
3 | //! This binary defines various auxiliary build commands, which are not | 3 | //! This binary defines various auxiliary build commands, which are not |
4 | //! expressible with just `cargo`. Notably, it provides tests via `cargo test -p xtask` | 4 | //! expressible with just `cargo`. Notably, it provides tests via `cargo test -p xtask` |