mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-17 01:30:33 +00:00
- Add #[allow(clippy::too_many_arguments)] for functions with 8 parameters - Replace vec initialization with array where appropriate - Fix test code warnings by adding #[allow] attributes - Improve code quality while maintaining functionality