Skip to content

Commit 02cdd4f

Browse files
Merge pull request #648 from GuillaumeGomez/cleanup
Remove forgotten commented code
2 parents c8df0a8 + 4d7b559 commit 02cdd4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

askama_derive/src/integration.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ fn impl_display(ast: &DeriveInput, buf: &mut Buffer) {
3838
let ident = &ast.ident;
3939
let span = Span::call_site();
4040
let msg =
41-
// format!(" Implement the [`Display`][core::fmt::Display] trait for [`{ident}`]");
4241
format!(" Implement the [`format!()`][askama::helpers::std::format] trait for [`{ident}`]");
4342
quote_into!(buf, span, {
4443
#[doc = #msg]

0 commit comments

Comments
 (0)