This website requires JavaScript.
Explore
Help
Sign In
fran
/
rustfs
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
155cb546ace4e6b27ebe89ac2639582a75e1bd9d
rustfs
/
crates
T
History
安正超
and
GitHub
f13e921c14
Merge pull request
#437
from rustfs/feat/add-formatting-rules-and-type-inference
...
feat: add comprehensive formatting rules and type inference guidelines
2025-05-28 16:20:59 +08:00
..
config
Merge pull request
#437
from rustfs/feat/add-formatting-rules-and-type-inference
2025-05-28 16:20:59 +08:00
event-notifier
fix: resolve all remaining test failures and Clippy warnings
2025-05-28 11:28:43 +08:00
obs
fix: resolve all doctest failures in rustfs-obs crate
2025-05-28 15:29:09 +08:00
utils
feat: add comprehensive formatting rules and type inference guidelines
2025-05-28 16:04:38 +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