Skip to content

Commit e0b4435

Browse files
Daniel Rainerwaywardmonkeys
authored andcommitted
docs: Remove useless doc comment
This doc comment triggers the `clippy::empty_line_after_doc_comments` lint. It could be converted to a normal comment, or the newline could be deleted, but I don't think the comment provides any information not already contained in the struct name, so there is no point in keeping it.
1 parent 3e754ce commit e0b4435

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fluent-bundle/examples/custom_type.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ impl FluentType for DateTime {
115115
}
116116
}
117117

118-
/// Formatter
119-
120118
struct DateTimeFormatter {
121119
lang: LanguageIdentifier,
122120
options: DateTimeOptions,

0 commit comments

Comments
 (0)