Specify language of code comment to generate document

This commit is contained in:
koka 2022-11-14 22:55:50 +09:00
parent 96ddd32c4b
commit a9e4176bc8
No known key found for this signature in database
GPG key ID: A5917A40697774CD

View file

@ -11,7 +11,8 @@ declare_lint! {
/// scope.
///
/// ### Example
/// ```
///
/// ```rust
/// struct SomeStruct;
/// impl Drop for SomeStruct {
/// fn drop(&mut self) {