Skip to content

Commit

Permalink
chore: clippy fluent source
Browse files Browse the repository at this point in the history
Missed this before I merged the #7548

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko committed Jun 8, 2021
1 parent 1408491 commit c19b52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sources/fluent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ impl FluentDecoder {
FluentMessage::Message(tag, timestamp, record)
| FluentMessage::MessageWithOptions(tag, timestamp, record, ..) => {
self.unread_frames.push_back(FluentFrame {
tag: tag.clone(),
tag,
timestamp,
record,
});
Expand Down

0 comments on commit c19b52c

Please sign in to comment.