Skip to content

[feature/ci-cd-testing] Merge to develop#69

Merged
ElioNeto merged 1 commit into
developfrom
feature/ci-cd-testing
Mar 6, 2026
Merged

[feature/ci-cd-testing] Merge to develop#69
ElioNeto merged 1 commit into
developfrom
feature/ci-cd-testing

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Mar 6, 2026

🤖 Automated PR

Build: Passed
Tests: Passed

📊 Details

  • Commits: 1
  • Branch: feature/ci-cd-testing
  • Commit: 581c5b6b0833c1da0e8405e84b6a141b8022356e
  • Author: @ElioNeto

📝 Recent Commits

  • fix: apply rustfmt formatting and remove clippy unused variable (581c5b6)

This PR was automatically created by the feature-fix-workflow

Fix all cargo fmt --check failures:

- src/api/auth/manager.rs: Inline get_token chain
  tokens.get(id).cloned().ok_or(AuthError::TokenNotFound)

- src/storage/cache.rs: Remove unused cache_clone variable
  Fixes clippy E0-unused-variables in test_cache_concurrent_access

- src/storage/block.rs: Format multi-line array expressions
  u32::from_le_bytes([...]): split to 4 lines
  Fix while loop indentation in test_block_overflow_u16
  Wrap assert! macro arguments

- src/storage/builder.rs: Wrap LsmError::CompactionFailed
  Multi-line format for long error string

- src/storage/iterator.rs: Remove trailing whitespace
  Inline value() chain method
  Remove trailing spaces from blank lines in tests

- src/core/engine.rs: Fix long line in scan() and stats_all()
  Wrap String::from_utf8 chain
  Inline sst_records_total sum chain
@ElioNeto ElioNeto merged commit 4f26e08 into develop Mar 6, 2026
4 checks passed
@github-actions github-actions Bot mentioned this pull request Mar 6, 2026
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant