mirror of
https://github.com/trussed-dev/littlefs2.git
synced 2026-06-20 04:16:32 -07:00
Remove dir-entry-path feature
The dir-entry-path feature has been enabled by default and only adds a very small overhead. To decrease complexity, this patch removes the feature and always enables the previously feature-gated code. Fixes: https://github.com/trussed-dev/littlefs2/issues/76
This commit is contained in:
@@ -34,7 +34,6 @@ jobs:
|
||||
cargo check --workspace --all-targets --all-features
|
||||
cargo check --workspace --all-targets --no-default-features
|
||||
cargo check --workspace --all-targets --no-default-features --features serde
|
||||
cargo check --workspace --all-targets --no-default-features --features dir-entry-path
|
||||
|
||||
- name: Build
|
||||
run: cargo build --workspace --release --verbose
|
||||
|
||||
Reference in New Issue
Block a user