We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1d67f commit 576b5c6Copy full SHA for 576b5c6
crates/data-model/src/lib.rs
@@ -4,14 +4,6 @@
4
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
5
// Please see LICENSE files in the repository root for full details.
6
7
-//!
8
-//! This crate defines a [`Clock`] trait that can be used to abstract the
9
-//! way the current time is retrieved. It has two implementation:
10
-//! [`SystemClock`] that uses the system time and [`MockClock`] which is useful
11
-//! for testing.
12
13
-//! [`MockClock`]: crate::clock::MockClock
14
-
15
#![allow(clippy::module_name_repetitions)]
16
17
use thiserror::Error;
0 commit comments