Skip to content

Commit 576b5c6

Browse files
committed
Remove unnecessary crate-level comment
1 parent 6a1d67f commit 576b5c6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

crates/data-model/src/lib.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
55
// Please see LICENSE files in the repository root for full details.
66

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-
157
#![allow(clippy::module_name_repetitions)]
168

179
use thiserror::Error;

0 commit comments

Comments
 (0)