Skip to content

Commit a3c9be4

Browse files
committed
chore: clippy
1 parent 1258205 commit a3c9be4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/use_calendar.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ pub fn use_calendar_with_options(
8282
first_day_of_the_week,
8383
} = options;
8484
let (date, _set_date) = date.into_signal();
85-
let first_day_of_the_week = first_day_of_the_week.into_signal();
8685

8786
let show_date = RwSignal::new(date.get_untracked().unwrap_or(Local::now().date_naive()));
8887
Effect::new(move |_| {

0 commit comments

Comments
 (0)