We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa37f9c commit 6a19a1eCopy full SHA for 6a19a1e
src/event/format/json.rs
@@ -132,6 +132,7 @@ impl EventFormat for Event {
132
}
133
134
135
+ /// Converts a JSON event into a Parseable Event
136
fn into_event(
137
self,
138
stream_name: String,
src/event/format/mod.rs
@@ -174,6 +174,7 @@ pub trait EventFormat: Sized {
174
true
175
176
177
+ #[allow(clippy::too_many_arguments)]
178
179
180
0 commit comments