Fix missing line comment in crosspointer_transmute example

This commit is contained in:
Nathan 2018-04-27 02:37:40 -04:00 committed by GitHub
parent f327f26113
commit 8ad5cb6170
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ declare_clippy_lint! {
/// **Example:**
/// ```rust
/// core::intrinsics::transmute(t)` // where the result type is the same as
/// `*t` or `&t`'s
/// // `*t` or `&t`'s
/// ```
declare_clippy_lint! {
pub CROSSPOINTER_TRANSMUTE,