Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rust: comments: fix missing Markdown autolinks for URLs #1154

Open
wants to merge 1 commit into
base: rust-next
Choose a base branch
from

Conversation

brambhattabhishek
Copy link

@brambhattabhishek brambhattabhishek commented Apr 4, 2025

rust: comments: fix missing Markdown autolinks for URLs

Some comments in Rust files used plain URLs instead of Markdown
autolinks. This patch wraps those URLs with angle brackets (<...>)
to ensure consistency with other comments and proper rendering in
generated documentation.

No functional code changes are made.

Link: #1153
Signed-off-by: Abhishek Brahmbhatt brambhattabhishek@gmail.com

Copy link
Author

@brambhattabhishek brambhattabhishek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please review commit

Fixes Rust-for-Linux#1153 – some comments in Rust files were using plain URLs instead of
Markdown autolink syntax. This change updates them to use proper autolinks
for consistency and improved rendering in documentation tools.

Link: Rust-for-Linux#1153

Signed-off-by: Abhishek Brahmbhatt <brambhattabhishek@gmail.com>
@brambhattabhishek
Copy link
Author

please can anyone review this PR

@ojeda
Copy link
Member

ojeda commented Apr 9, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants