Fix missing line comment in crosspointer_transmute example
This commit is contained in:
parent
f327f26113
commit
8ad5cb6170
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue