Skip to content

Commit 96c5f6b

Browse files
committed
Fix typo
1 parent 07c92de commit 96c5f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_lint_defs/src/builtin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2841,7 +2841,7 @@ declare_lint! {
28412841
///
28422842
/// ### Example
28432843
///
2844-
/// ```rust,compile-fail
2844+
/// ```rust,compile_fail
28452845
/// #![deny(semicolon_in_expressions_from_macros)]
28462846
/// macro_rules! foo {
28472847
/// () => { true; }

0 commit comments

Comments
 (0)