Skip to content

Commit

Permalink
Docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Oct 18, 2024
1 parent 1b726dd commit c439d9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/datetime/src/neo_marker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
//! ```

#[cfg(doc)]
use crate::neo::DateTimeFormatter;
use crate::{fieldset::*, DateTimeFormatter};

use crate::{
format::neo::*,
Expand Down
2 changes: 1 addition & 1 deletion ffi/capi/src/datetime_formatter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
pub mod ffi {
use alloc::boxed::Box;
use icu_datetime::{
neo_marker::{NeoHourMinuteMarker, NeoYearMonthDayHourMinuteMarker, NeoYearMonthDayMarker},
fieldset::{NeoHourMinuteMarker, NeoYearMonthDayHourMinuteMarker, NeoYearMonthDayMarker},
neo_skeleton::NeoSkeletonLength,
};

Expand Down
2 changes: 1 addition & 1 deletion ffi/capi/src/zoned_formatter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
pub mod ffi {
use alloc::boxed::Box;
use icu_datetime::{
neo_marker::NeoYearMonthDayHourMinuteSecondTimeZoneGenericShortMarker,
fieldset::NeoYearMonthDayHourMinuteSecondTimeZoneGenericShortMarker,
neo_skeleton::NeoSkeletonLength,
};

Expand Down

0 comments on commit c439d9f

Please sign in to comment.