Skip to content

Commit 24ad976

Browse files
committed
fix lint issues
1 parent beed16a commit 24ad976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/filters/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ use serde::Deserialize;
33

44
use crate::framework::*;
55

6+
pub mod emit_cbor;
67
pub mod into_json;
78
pub mod legacy_v1;
89
pub mod noop;
910
pub mod parse_cbor;
1011
pub mod select;
1112
pub mod split_block;
12-
pub mod emit_cbor;
1313

1414
#[cfg(feature = "wasm")]
1515
pub mod wasm_plugin;

0 commit comments

Comments
 (0)