From 0addd24fd9d869620cf1bbec96cbdbc96b2f6bdf Mon Sep 17 00:00:00 2001 From: Arvid Norlander Date: Sun, 28 Jul 2024 09:27:43 +0200 Subject: [PATCH] chore: Wrap comments --- src/checks.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/checks.rs b/src/checks.rs index 63c6377..896cc63 100644 --- a/src/checks.rs +++ b/src/checks.rs @@ -14,7 +14,8 @@ pub const CHECK_RUSTC_VERSION: Check = Check { }, }; -/// Create a version check (for information only) for the crate the macro is called from. +/// Create a version check (for information only) for the crate the macro is +/// called from. #[doc(hidden)] #[macro_export] macro_rules! crate_version_check {