Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

Commit 4ba14ca

Browse files
committed
Make clippy happy and the docs one tiny link nicer
1 parent e307b80 commit 4ba14ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/macros.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ pub fn flatten_escaped_string(x: &str) -> Cow<str> {
7171
}
7272

7373
/// Inspect a single token and decide if it is safe to `stringify!`, without loosing
74-
/// information about whitespaces, to address https://github.com/killercup/assert_cli/issues/22.
74+
/// information about whitespaces, to address [issue 22].
75+
///
76+
/// [issue 22]: https://github.com/killercup/assert_cli/issues/22
7577
///
7678
/// Call like `__assert_single_token_expression!(@CHECK x)`, where `x` can be any token to check.
7779
///

0 commit comments

Comments
 (0)