You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add .cargo/config.toml: mold linker via clang for ~3-5x faster linking
- All CI workflows install mold+clang and pass -C link-arg=-fuse-ld=mold
- Add scripts/pre-push hook: cargo fmt --check + clippy before every push
- Fix all nightly clippy errors (needless_update, large_enum_variant,
sort_by_key, field_reassign_with_default, unnecessary if let, dead_code)
- cargo +nightly fmt applied to all files
0 commit comments