Fix doc heading of TRANSMUTE_NUM_TO_BYTES

This commit is contained in:
Lukas Wirth 2021-10-20 13:46:12 +02:00 committed by GitHub
parent 06722c0c15
commit 9cf68e40fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -263,7 +263,7 @@
}
declare_clippy_lint! {
/// # What it does
/// ### What it does
/// Checks for transmutes from a number to an array of `u8`
///
/// ### Why this is bad?