mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
- Updated argument passing in various commands to use a more concise syntax. - Simplified iteration in the ConstantTimeEqNull implementation for better readability. - Enhanced file path checks in EventFilters for temporary and system files. - Added `#[must_use]` attribute to functions in FrameDecoder to indicate their importance. - Replaced `or_insert_with` with `or_default` for cleaner code in phase summary generation.