Fix module-level docstring

This commit is contained in:
Joshua Salzedo 2021-03-21 17:05:22 -07:00
parent e363607d70
commit 10f14747c3
No known key found for this signature in database
GPG Key ID: C3D0EB484493B731

View File

@ -1,6 +1,6 @@
/// Time abstractions
/// To use these abstractions, first call `set_clock` with an instance of an monotonic `Clock`.
///
//! Time abstractions
//! To use these abstractions, first call `set_clock` with an instance of an [Clock](trait.Clock.html).
//!
mod duration;
mod instant;
mod traits;