Skip to content

Commit

Permalink
remove filters feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKitsune committed Aug 29, 2024
1 parent 1a9d966 commit acc5f2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ alloy = { version = "0.2", features = [
] }

[features]
default = ["filters", "state-space"]
filters = []
default = ["state-space"]
state-space = ["arraydeque"]
# TODO: Uncomment this when artemis is published as a crate
# artemis = ["artemis-core"]
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
pub mod amm;
pub mod discovery;
pub mod errors;
#[cfg(feature = "filters")]
pub mod filters;
#[cfg(feature = "state-space")]
pub mod state_space;
Expand Down

0 comments on commit acc5f2c

Please sign in to comment.