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:
Robin Krahl
2024-09-13 11:04:11 +02:00
parent e21c691032
commit 69ff97406d
9 changed files with 21 additions and 58 deletions
-1
View File
@@ -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