Pacify tidy

This commit is contained in:
Oliver Scherer 2020-09-21 16:38:29 +02:00
parent f7eceef653
commit f12583a330

View file

@ -2208,6 +2208,8 @@ declare_lint! {
/// } /// }
/// ``` /// ```
/// ///
/// {{produces}}
///
/// ### Explanation /// ### Explanation
/// ///
/// Previous versions of Rust allowed function pointers and wide raw pointers in patterns. /// Previous versions of Rust allowed function pointers and wide raw pointers in patterns.
@ -2257,6 +2259,8 @@ declare_lint! {
/// } /// }
/// ``` /// ```
/// ///
/// {{produces}}
///
/// ### Explanation /// ### Explanation
/// ///
/// Previous versions of Rust accepted constants in patterns, even if those constants's types /// Previous versions of Rust accepted constants in patterns, even if those constants's types