Merge pull request #5065 from liubin/fix/5064-specify-language-for-code-in-markdown

docs: Specify language in markdown for syntax highlight
This commit is contained in:
Bin Liu 2022-09-01 16:11:23 +08:00 committed by GitHub
commit 69b82023a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -341,7 +341,7 @@ The main repository has the most comprehensive set of skip abilities. See:
One method is to use the `nix` crate along with some custom macros:
```
```rust
#[cfg(test)]
mod tests {
#[allow(unused_macros)]