Skip to content

Commit

Permalink
expose {Mut,}FilterField
Browse files Browse the repository at this point in the history
  • Loading branch information
jb55 committed Dec 30, 2024
1 parent 4a094b4 commit d10d999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mod util;
pub use block::{Block, BlockType, Blocks, Mention};
pub use config::Config;
pub use error::{Error, FilterError};
pub use filter::{Filter, FilterBuilder};
pub use filter::{Filter, FilterBuilder, FilterElement, FilterField, MutFilterField};
pub(crate) use future::SubscriptionState;
pub use future::SubscriptionStream;
pub use ndb::Ndb;
Expand Down

0 comments on commit d10d999

Please sign in to comment.