Skip to content

Commit 2b21703

Browse files
committed
Fix docs
1 parent b05c790 commit 2b21703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_lint_defs/src/builtin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ declare_lint! {
10311031
/// let y = x.as_ptr() as *const u32;
10321032
/// *y; // the address of a `u8` array is unknown and thus we don't know if
10331033
/// // it is aligned enough for reading a `u32`.
1034-
/// }
1034+
/// };
10351035
/// ```
10361036
///
10371037
/// {{produces}}

0 commit comments

Comments
 (0)