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

Auto-link bare URIs in documentation rendering #9427

Closed
wants to merge 1 commit into from

Conversation

alexcrichton
Copy link
Member

@bytbox in #9424 found out that http://foo.com wasn't rendered as a link in
pandoc by default. This extension to pandoc enables the auto-linking behaviour,
however.

@bytbox in rust-lang#9424 found out that http://foo.com wasn't rendered as a link in
pandoc by default. This extension to pandoc enables the auto-linking behaviour,
however.
@thestinger
Copy link
Contributor

It think it's better to explicitly use the Markdown link syntax where we expect them. There are probably cases where the URL detection is going to be overeager.

@alexcrichton
Copy link
Member Author

markdown is about to go away, not relevant.

@alexcrichton alexcrichton deleted the autolink-uris branch September 24, 2013 00:45
@thestinger
Copy link
Contributor

s/markdown/pandoc/

@alexcrichton
Copy link
Member Author

whoops, indeed.

flip1995 pushed a commit to flip1995/rust that referenced this pull request Oct 6, 2022
…r=xFrednet

[`unnecessary_lazy_evaluations`] Do not suggest switching to early evaluation when type has custom `Drop`

fix rust-lang#9427

changelog: [`unnecessary_lazy_evaluations`] Do not suggest switching to early evaluation when type has custom `Drop`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants