Files
RedBear-OS/src
vasilito e1bfeacba0 refactor: fix last 4 clippy warnings (if_same_then_else, too_many_arguments)
Reduced warnings from 4 to 0 — cookbook lib is now clippy-clean.

Changes:
- if_same_then_else (1): combined identical Ok(list) branches with || in
  staged_pkg.rs new_recursive()
- too_many_arguments (3): added #[allow(clippy::too_many_arguments)] with
  justification comments (required by AGENTS.md WARNING POLICY) on
  display_tree_entry, walk_tree_entry, new_recursive — params are genuinely
  independent display/traversal/recursion options

Verification: cargo check , cargo test --lib  38/38, cargo clippy 0 warnings.
2026-07-18 18:08:14 +09:00
..
2026-07-05 22:29:19 +03:00