Skip to content

Commit

Permalink
Auto merge of rust-lang#7848 - Veykril:patch-1, r=xFrednet
Browse files Browse the repository at this point in the history
Fix doc heading of `transmute_num_to_bytes`

changelog: none
  • Loading branch information
bors committed Oct 20, 2021
2 parents 06722c0 + 9cf68e4 commit 76150a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/transmute/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 76150a4

Please sign in to comment.