Skip to content

Commit 750dc07

Browse files
authored
Hide skeleton docs (#689)
1 parent e782893 commit 750dc07

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

components/datetime/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ pub mod options;
8484
#[doc(hidden)]
8585
pub mod pattern;
8686
pub mod provider;
87+
#[doc(hidden)]
8788
pub mod skeleton;
8889
// TODO(#622) make the time_zone module public once TimeZoneFormat is public.
8990
pub(crate) mod time_zone;

components/datetime/src/provider/gregory.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,11 @@ pub mod patterns {
188188
}
189189
}
190190

191-
/// This struct is a public wrapper around the internal [`Skeleton`] struct. This allows
191+
/// This struct is a public wrapper around the internal `Skeleton` struct. This allows
192192
/// access to the serialization and deserialization capabilities, without exposing the
193193
/// internals of the skeleton machinery.
194194
///
195-
/// The [`Skeleton`] is an "exotic type" in the serialization process, and handles its own
195+
/// The `Skeleton` is an "exotic type" in the serialization process, and handles its own
196196
/// custom serialization practices.
197197
#[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Clone)]
198198
#[cfg_attr(

0 commit comments

Comments
 (0)