Fix module-level docstring
This commit is contained in:
parent
e363607d70
commit
10f14747c3
@ -1,6 +1,6 @@
|
|||||||
/// Time abstractions
|
//! Time abstractions
|
||||||
/// To use these abstractions, first call `set_clock` with an instance of an monotonic `Clock`.
|
//! To use these abstractions, first call `set_clock` with an instance of an [Clock](trait.Clock.html).
|
||||||
///
|
//!
|
||||||
mod duration;
|
mod duration;
|
||||||
mod instant;
|
mod instant;
|
||||||
mod traits;
|
mod traits;
|
||||||
|
Loading…
Reference in New Issue
Block a user