Make Clippy happy

This commit is contained in:
Pekka Enberg
2025-01-16 15:57:08 +02:00
parent 41b8228744
commit 20ea8fb941

View File

@@ -1627,6 +1627,7 @@ mod tests {
assert_eq!(weekday_sunday_based(&dt), 5);
}
#[allow(deprecated)]
#[test]
fn test_apply_modifier_julianday() {
let dt = create_datetime(2000, 1, 1, 12, 0, 0);