Update compiler/rustc_lint/src/let_underscore.rs

This commit is contained in:
Kagami Sascha Rosylight 2022-10-24 17:30:29 +02:00 committed by GitHub
parent 2484a18239
commit 3ff010bdbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ declare_lint! {
/// scope.
///
/// ### Example
/// ```compile_fail
/// ```rust,compile_fail
/// struct SomeStruct;
/// impl Drop for SomeStruct {
/// fn drop(&mut self) {