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
77ddd1cfe0c06c11bdccddb15912434446126222
rustfs
/
ecstore
/
src
/
utils
/
os
T
History
houseme
8660c2af12
merge main
2025-05-28 17:26:31 +08:00
..
linux.rs
…
mod.rs
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
unix.rs
merge main
2025-05-28 17:26:31 +08:00
windows.rs
feat: update file access error handling and improve script downloads
2025-04-08 17:32:12 +08:00