diff options
| author | Laurenz Stampfl <47084093+LaurenzV@users.noreply.github.com> | 2023-05-23 10:41:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-23 10:41:20 +0200 |
| commit | 752817ae74607ca23ec0aad51824ddca66faa7a8 (patch) | |
| tree | d9f51f3d029c1ca8754be9ae9ccc9dc91ae6b000 /docs/src/lib.rs | |
| parent | f4fd6855e7fb833a2125d2e81aa3b9f548b18170 (diff) | |
Add support for date & time handling (#435)
Diffstat (limited to 'docs/src/lib.rs')
| -rw-r--r-- | docs/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/lib.rs b/docs/src/lib.rs index af786cd1..4cb47283 100644 --- a/docs/src/lib.rs +++ b/docs/src/lib.rs @@ -931,6 +931,7 @@ const TYPE_ORDER: &[&str] = &[ "relative length", "fraction", "color", + "datetime", "string", "regex", "label", |
