Fix cargo doc warnings
This commit is contained in:
parent
e0948c4f1c
commit
dadbb205e5
1 changed files with 2 additions and 2 deletions
|
|
@ -89,12 +89,12 @@ pub struct Config {
|
||||||
///
|
///
|
||||||
/// This option is interpreted as a POSIX TZ string. It is described here in
|
/// This option is interpreted as a POSIX TZ string. It is described here in
|
||||||
/// further detail:
|
/// further detail:
|
||||||
/// https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html
|
/// <https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html>
|
||||||
///
|
///
|
||||||
/// On a normal system, the string `"localtime"` as well as any value from
|
/// On a normal system, the string `"localtime"` as well as any value from
|
||||||
/// the "TZ identifier" column of the following wikipedia article should be
|
/// the "TZ identifier" column of the following wikipedia article should be
|
||||||
/// valid TZ strings:
|
/// valid TZ strings:
|
||||||
/// https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
/// <https://en.wikipedia.org/wiki/List_of_tz_database_time_zones>
|
||||||
///
|
///
|
||||||
/// If the `TZ` environment variable exists, it overrides this option. If
|
/// If the `TZ` environment variable exists, it overrides this option. If
|
||||||
/// neither exist, cove uses the system's local time zone.
|
/// neither exist, cove uses the system's local time zone.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue