Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercurial committed May 20, 2024
1 parent beed16a commit 24ad976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filters/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ use serde::Deserialize;

use crate::framework::*;

pub mod emit_cbor;
pub mod into_json;
pub mod legacy_v1;
pub mod noop;
pub mod parse_cbor;
pub mod select;
pub mod split_block;
pub mod emit_cbor;

#[cfg(feature = "wasm")]
pub mod wasm_plugin;
Expand Down

0 comments on commit 24ad976

Please sign in to comment.