Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit f12583a

Browse files
committed
Pacify tidy
1 parent f7eceef commit f12583a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

compiler/rustc_session/src/lint/builtin.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2208,6 +2208,8 @@ declare_lint! {
22082208
/// }
22092209
/// ```
22102210
///
2211+
/// {{produces}}
2212+
///
22112213
/// ### Explanation
22122214
///
22132215
/// Previous versions of Rust allowed function pointers and wide raw pointers in patterns.
@@ -2257,6 +2259,8 @@ declare_lint! {
22572259
/// }
22582260
/// ```
22592261
///
2262+
/// {{produces}}
2263+
///
22602264
/// ### Explanation
22612265
///
22622266
/// Previous versions of Rust accepted constants in patterns, even if those constants's types

0 commit comments

Comments
 (0)