Skip to content

Fix broken intra-doc links#645

Merged
GuillaumeGomez merged 1 commit intoaskama-rs:mainfrom
GuillaumeGomez:broken-intra-doc
Dec 25, 2025
Merged

Fix broken intra-doc links#645
GuillaumeGomez merged 1 commit intoaskama-rs:mainfrom
GuillaumeGomez:broken-intra-doc

Conversation

@GuillaumeGomez
Copy link
Copy Markdown
Collaborator

Fixes errors in rust-lang/rust#150348.

@GuillaumeGomez GuillaumeGomez merged commit 59b63fd into askama-rs:main Dec 25, 2025
50 checks passed
@GuillaumeGomez GuillaumeGomez deleted the broken-intra-doc branch December 25, 2025 15:09
let ident = &ast.ident;
let span = ident.span();
let msg =
// format!(" Implement the [`Display`][core::fmt::Display] trait for [`{ident}`]");
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

@GuillaumeGomez I'm guessing this was unintentional?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Arf indeed, gonna remove it. ^^'

Thanks!

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