File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ pub enum Sign {
2020/// Various ways to describe a time format.
2121#[ derive( Debug , Clone , Copy ) ]
2222pub enum Format {
23- /// A custom format limited to what's in the
24- /// [`format`](mod@crate::time::format) submodule.
23+ /// A custom format limited to what's in the [`format`](mod@format) submodule.
2524 Custom ( CustomFormat ) ,
2625 /// The seconds since 1970, also known as unix epoch, like `1660874655`.
2726 Unix ,
@@ -34,7 +33,7 @@ pub enum Format {
3433pub struct CustomFormat ( pub ( crate ) & ' static str ) ;
3534
3635impl CustomFormat {
37- /// Create a new custom format.
36+ /// Create a new custom ` format` suitable for use with the [`jiff`] crate .
3837 pub const fn new ( format : & ' static str ) -> Self {
3938 Self ( format)
4039 }
You can’t perform that action at this time.
0 commit comments