Skip to content

Commit

Permalink
Fix missed clippy hint
Browse files Browse the repository at this point in the history
  • Loading branch information
kobaltcore committed Nov 8, 2024
1 parent 98257e2 commit 4fbf8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ mod tests {
assert_eq!(v.major, 8);
assert_eq!(v.minor, 3);
assert_eq!(v.patch, 0);
assert_eq!(v.hotfix, 24041601);
assert_eq!(v.hotfix, 24_04_16_01);
assert!(v.nightly);

assert!(
Expand Down

0 comments on commit 4fbf8b6

Please sign in to comment.