Skip to content

Commit

Permalink
chore: Wrap comments
Browse files Browse the repository at this point in the history
  • Loading branch information
VorpalBlade committed Jul 28, 2024
1 parent 16d6107 commit 0addd24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/checks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0addd24

Please sign in to comment.