Skip to content

Commit 3ff010b

Browse files
authored
Update compiler/rustc_lint/src/let_underscore.rs
1 parent 2484a18 commit 3ff010b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_lint/src/let_underscore.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ declare_lint! {
1111
/// scope.
1212
///
1313
/// ### Example
14-
/// ```compile_fail
14+
/// ```rust,compile_fail
1515
/// struct SomeStruct;
1616
/// impl Drop for SomeStruct {
1717
/// fn drop(&mut self) {

0 commit comments

Comments
 (0)