Update compiler/rustc_lint/src/let_underscore.rs
This commit is contained in:
parent
2484a18239
commit
3ff010bdbc
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ declare_lint! {
|
|||
/// scope.
|
||||
///
|
||||
/// ### Example
|
||||
/// ```compile_fail
|
||||
/// ```rust,compile_fail
|
||||
/// struct SomeStruct;
|
||||
/// impl Drop for SomeStruct {
|
||||
/// fn drop(&mut self) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue