From b3dfacba7e632e805bfbcfe83b27724e38d6b2c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Tue, 3 Dec 2024 01:12:47 -0800 Subject: [PATCH] fix(fmt): cargo fmt --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index ea33e16..e0150f9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -121,9 +121,9 @@ //! thrown away and the actual value will be used when serializing. //! //! ## Minimum Supported Rust Version (MSRV) -//! +//! //! This crate requires Rust 1.70.0 or later. -//! +//! //! ## License //! //! The code in this repository is covered by [the Apache-2.0