We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b141d commit c9c649bCopy full SHA for c9c649b
clippy_lints/src/transmute.rs
@@ -16,7 +16,7 @@ use utils::{opt_def_id, sugg};
16
///
17
/// **Example:**
18
/// ```rust
19
-/// let ptr: *const T = core::intrinsics::transmute('x')`
+/// let ptr: *const T = core::intrinsics::transmute('x')
20
/// ```
21
declare_clippy_lint! {
22
pub WRONG_TRANSMUTE,
@@ -51,7 +51,7 @@ declare_clippy_lint! {
51
52
53
54
-/// core::intrinsics::transmute(t)` // where the result type is the same as
+/// core::intrinsics::transmute(t) // where the result type is the same as
55
/// // `*t` or `&t`'s
56
57
0 commit comments