Commit 1dadd8a
committed
rust: comments: fix missing Markdown autolinks for URLs
Some comments in Rust files used plain URLs without Markdown
autolink syntax. This patch wraps those URLs with angle brackets
to ensure consistency and better rendering in generated documentation.
Link: https://github.com/Rust-for-Linux/linux/issues/XXX
Signed-off-by: Abhishek Brahmbhatt <brambhattabhishek@gmail.com>
Signed-off-by: Abhishek Brahmbhatt <brambhattabhishek@gmail.com>1 parent a2cc6ff commit 1dadd8a
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1447 | 1447 | | |
1448 | 1448 | | |
1449 | 1449 | | |
1450 | | - | |
| 1450 | + | |
1451 | 1451 | | |
1452 | 1452 | | |
1453 | 1453 | | |
| |||
0 commit comments