Skip to content

Commit 6a19a1e

Browse files
author
Devdutt Shenoi
committed
doc: into_event
1 parent aa37f9c commit 6a19a1e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/event/format/json.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ impl EventFormat for Event {
132132
}
133133
}
134134

135+
/// Converts a JSON event into a Parseable Event
135136
fn into_event(
136137
self,
137138
stream_name: String,

src/event/format/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ pub trait EventFormat: Sized {
174174
true
175175
}
176176

177+
#[allow(clippy::too_many_arguments)]
177178
fn into_event(
178179
self,
179180
stream_name: String,

0 commit comments

Comments
 (0)