Skip to content

Commit c937aab

Browse files
committed
fix rustdoc::broken_intra_doc_links
1 parent 6687b19 commit c937aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inet/nlas.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ pub struct MemInfo {
154154
/// Memory used for packets that have been passed down the network
155155
/// stack, i.e. that are either in the QDisc or device driver
156156
/// queues. This attribute is known as `sk_wmem_alloc` in the
157-
/// kernel. See also [`send_queue`].
157+
/// kernel. See also [`send_queue`](#structfield.send_queue).
158158
pub bottom_send_queues: u32,
159159
/// The amount of memory already allocated for this socket but
160160
/// currently unused. When more memory is needed either for

0 commit comments

Comments
 (0)