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
- Replaced nested if / if let with let chains.
- With the new lifetime warning rules, it became possible to remove some
unnecessary explicit `'_` lifetimes.
- Resolved some clippy lints (mostly missing const fns).
- Switched `#[allow]` to `#[expect]` for most lints. This should catch
situations where the warning no longer applies. It already caught a
few of those.
- Updated test snapshot hashes that seem to have changed again (the
fonts on Windows got updated).
Copy file name to clipboardExpand all lines: crates/livesplit-auto-splitting/Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
8
8
description = "livesplit-auto-splitting is a library that provides a runtime for running auto splitters that can control a speedrun timer. These auto splitters are provided as WebAssembly modules."
0 commit comments