Skip to content

Commit

Permalink
Remove #[allow(dead_code)] ?
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Dec 21, 2024
1 parent d19f993 commit 660ac5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/datetime/src/fieldsets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ macro_rules! impl_marker_with_options {
pub time_precision: datetime_marker_helper!(@option/timeprecision, $timeprecision_yes),
)?
}
#[allow(dead_code)]
impl $type {
pub(crate) fn to_raw_options(self) -> RawOptions {
RawOptions {
Expand Down

0 comments on commit 660ac5c

Please sign in to comment.