From 54f065ed747fc10f8c6a059c4c3cc74afec7dc4e Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 3 Apr 2024 14:18:12 +0200 Subject: [PATCH] small fix --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 5bce0f0..29d9d7d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -40,7 +40,7 @@ //! - [`chrono`](https://crates.io/crates/chrono): Add basic support for the `chrono` time library. //! - [`timelib`](https://crates.io/crates/time): Add basic support for the `time` time library. //! - [`defmt`](https://defmt.ferrous-systems.com/): Add support for the `defmt` by adding the -//! - [`defmt::Format`](https://defmt.ferrous-systems.com/format) derive on many types. +//! [`defmt::Format`](https://defmt.ferrous-systems.com/format) derive on many types. //! //! ## Module //!