mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
Fix docs
This commit is contained in:
parent
b05c790fd6
commit
2b2170384d
@ -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…
Reference in New Issue
Block a user