Skip to content

Commit 458141f

Browse files
committed
docs(agents): fix link reference in docstring
Link reference defined in list item is not shown in rendered docstring. <https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#doc_nested_refdefs> Caught by Clippy.
1 parent 57cb301 commit 458141f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ua_generator/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//!
88
//!
99
//! - **Generate** get a random UA to use.
10-
//! - [`spoof_ua`]: ua/fn.spoof_ua.html
10+
//! - [`spoof_ua`][]: ua/fn.spoof_ua.html
1111
//!
1212
//! # Basic usage
1313
//!

0 commit comments

Comments
 (0)