Fix docs
This commit is contained in:
parent
b05c790fd6
commit
2b2170384d
1 changed files with 1 additions and 1 deletions
|
@ -1031,7 +1031,7 @@ declare_lint! {
|
|||
/// let y = x.as_ptr() as *const u32;
|
||||
/// *y; // the address of a `u8` array is unknown and thus we don't know if
|
||||
/// // it is aligned enough for reading a `u32`.
|
||||
/// }
|
||||
/// };
|
||||
/// ```
|
||||
///
|
||||
/// {{produces}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue