Skip to content

Commit

Permalink
Specify language of code comment to generate document
Browse files Browse the repository at this point in the history
  • Loading branch information
koka831 committed Nov 14, 2022
1 parent 96ddd32 commit a9e4176
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler/rustc_lint/src/let_underscore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ declare_lint! {
/// scope.
///
/// ### Example
/// ```
///
/// ```rust
/// struct SomeStruct;
/// impl Drop for SomeStruct {
/// fn drop(&mut self) {
Expand Down

0 comments on commit a9e4176

Please sign in to comment.