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 /crates/tt | |
parent | 660a89620f65225359559ddcaf158bdb9dfe0d4c (diff) |
tree-wide: make rustdoc links spiky so they are clickable
Diffstat (limited to 'crates/tt')
-rw-r--r-- | crates/tt/src/buffer.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tt/src/buffer.rs b/crates/tt/src/buffer.rs index e0021039a..dc577700f 100644 --- a/crates/tt/src/buffer.rs +++ b/crates/tt/src/buffer.rs | |||
@@ -133,7 +133,7 @@ impl<'a> TokenTreeRef<'a> { | |||
133 | } | 133 | } |
134 | } | 134 | } |
135 | 135 | ||
136 | /// A safe version of `Cursor` from `syn` crate https://github.com/dtolnay/syn/blob/6533607f91686545cb034d2838beea338d9d0742/src/buffer.rs#L125 | 136 | /// A safe version of `Cursor` from `syn` crate <https://github.com/dtolnay/syn/blob/6533607f91686545cb034d2838beea338d9d0742/src/buffer.rs#L125> |
137 | #[derive(Copy, Clone, Debug)] | 137 | #[derive(Copy, Clone, Debug)] |
138 | pub struct Cursor<'a> { | 138 | pub struct Cursor<'a> { |
139 | buffer: &'a TokenBuffer<'a>, | 139 | buffer: &'a TokenBuffer<'a>, |