Remove unnecessary crate-level comment

This commit is contained in:
Quentin Gliech
2025-08-18 16:48:04 +02:00
parent 7253ca69b0
commit 76f9b8657e

View File

@@ -4,14 +4,6 @@
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.
//!
//! This crate defines a [`Clock`] trait that can be used to abstract the
//! way the current time is retrieved. It has two implementation:
//! [`SystemClock`] that uses the system time and [`MockClock`] which is useful
//! for testing.
//!
//! [`MockClock`]: crate::clock::MockClock
#![allow(clippy::module_name_repetitions)]
use thiserror::Error;