mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 09:14:20 +00:00
Specify language of code comment to generate document
This commit is contained in:
parent
96ddd32c4b
commit
a9e4176bc8
@ -11,7 +11,8 @@ declare_lint! {
|
||||
/// scope.
|
||||
///
|
||||
/// ### Example
|
||||
/// ```
|
||||
///
|
||||
/// ```rust
|
||||
/// struct SomeStruct;
|
||||
/// impl Drop for SomeStruct {
|
||||
/// fn drop(&mut self) {
|
||||
|
Loading…
Reference in New Issue
Block a user