Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron1011 committed Jan 28, 2021
1 parent 07c92de commit 96c5f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_lint_defs/src/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2841,7 +2841,7 @@ declare_lint! {
///
/// ### Example
///
/// ```rust,compile-fail
/// ```rust,compile_fail
/// #![deny(semicolon_in_expressions_from_macros)]
/// macro_rules! foo {
/// () => { true; }
Expand Down

0 comments on commit 96c5f6b

Please sign in to comment.