Correct link to standard Durtation
The link mentioning standard Duration was still linking to the Duration from the time crate
This commit is contained in:
parent
94b43fa2e8
commit
fd22be2c8f
|
@ -82,7 +82,7 @@ nanoseconds and does not represent "nominal" components such as days or
|
||||||
months.
|
months.
|
||||||
|
|
||||||
Chrono does not yet natively support
|
Chrono does not yet natively support
|
||||||
the standard [`Duration`](https://docs.rs/time/0.1.40/time/struct.Duration.html) type,
|
the standard [`Duration`](https://doc.rust-lang.org/std/time/struct.Duration.html) type,
|
||||||
but it will be supported in the future.
|
but it will be supported in the future.
|
||||||
Meanwhile you can convert between two types with
|
Meanwhile you can convert between two types with
|
||||||
[`Duration::from_std`](https://docs.rs/time/0.1.40/time/struct.Duration.html#method.from_std)
|
[`Duration::from_std`](https://docs.rs/time/0.1.40/time/struct.Duration.html#method.from_std)
|
||||||
|
|
|
@ -66,7 +66,7 @@
|
||||||
//! months.
|
//! months.
|
||||||
//!
|
//!
|
||||||
//! Chrono does not yet natively support
|
//! Chrono does not yet natively support
|
||||||
//! the standard [`Duration`](https://docs.rs/time/0.1.40/time/struct.Duration.html) type,
|
//! the standard [`Duration`](https://doc.rust-lang.org/std/time/struct.Duration.html) type,
|
||||||
//! but it will be supported in the future.
|
//! but it will be supported in the future.
|
||||||
//! Meanwhile you can convert between two types with
|
//! Meanwhile you can convert between two types with
|
||||||
//! [`Duration::from_std`](https://docs.rs/time/0.1.40/time/struct.Duration.html#method.from_std)
|
//! [`Duration::from_std`](https://docs.rs/time/0.1.40/time/struct.Duration.html#method.from_std)
|
||||||
|
|
Loading…
Reference in New Issue