Skip to content

Commit 80a08ad

Browse files
committed
Clippy
1 parent 37753b7 commit 80a08ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java_runtime/src/classes/java/util/gregorian_calendar.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ impl GregorianCalendar {
6565
let timestamp = tz
6666
.with_ymd_and_hms(year, (month + 1) as _, date as _, hour_of_day as _, minute as _, second as _)
6767
.unwrap()
68-
.timestamp_millis() as i64;
68+
.timestamp_millis();
6969

7070
let calculated_time = timestamp + millisecond as i64;
7171

0 commit comments

Comments
 (0)