This website requires JavaScript.
Explore
Help
Register
Sign In
sdgoij
/
rustfs
Watch
1
Star
0
Fork
0
You've already forked rustfs
mirror of
https://github.com/rustfs/rustfs.git
synced
2026-01-17 01:30:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
96de65ebab48d4457f591a6f5093f1f3ede7f202
rustfs
/
crates
History
weisd
96de65ebab
add disk test
2025-06-09 00:30:29 +08:00
..
config
add disk test
2025-06-09 00:30:29 +08:00
event-notifier
fix: resolve all remaining test failures and Clippy warnings
2025-05-28 11:28:43 +08:00
filemeta
fix filemeta
2025-06-06 22:22:53 +08:00
obs
fix clippy
2025-06-07 15:39:06 +08:00
rio
update filereader/writer todo
2025-06-06 18:04:51 +08:00
utils
ecstore update ec/disk/error
2025-06-06 01:13:51 +08:00
zip
fix: resolve all Clippy warnings across codebase - Fixed field reassignment warnings in ecstore/src/file_meta.rs by using struct initialization instead of default + field assignment - Fixed overly complex boolean expression in ecstore/src/utils/os/mod.rs by removing meaningless assertion - Replaced manual Default implementation with derive in crates/zip/src/lib.rs - Updated io::Error usage to use io::Error::other() instead of deprecated pattern - Removed useless assertions and clone-on-copy warnings - Fixed unwrap usage by replacing with expect() providing meaningful error messages - Fixed useless vec usage by using array repeat instead - All code now passes comprehensive Clippy check with --all-targets --all-features -- -D warnings
2025-05-28 11:00:07 +08:00