Closed
Description
reported in Discord by @evanjs: Deprecated lints in the docs don't expand:
https://rust-lang.github.io/rust-clippy/master/#misaligned_transmute
This is probably because the doc comments need to be moved above the pub LINT_NAME
line so that the lintlib.py script picks them up again.