Auto merge of #7848 - Veykril:patch-1, r=xFrednet

Fix doc heading of `transmute_num_to_bytes`

changelog: none
This commit is contained in:
bors 2021-10-20 12:02:32 +00:00
commit 76150a4922

View File

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