Skip to content

Commit 9cf68e4

Browse files
authored
Fix doc heading of TRANSMUTE_NUM_TO_BYTES
1 parent 06722c0 commit 9cf68e4

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/transmute

1 file changed

+1
-1
lines changed

clippy_lints/src/transmute/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ declare_clippy_lint! {
263263
}
264264

265265
declare_clippy_lint! {
266-
/// # What it does
266+
/// ### What it does
267267
/// Checks for transmutes from a number to an array of `u8`
268268
///
269269
/// ### Why this is bad?

0 commit comments

Comments
 (0)