docs: fix mismatched backticks in CONTRIBUTING.md (#6951)

It's rendered correctly at least on GitHub, but syntax highlighting fails after that point.
This commit is contained in:
DaniPopes
2024-11-04 10:29:57 +00:00
committed by GitHub
parent 0dbdd196b6
commit 8897885425
+1 -1
View File
@@ -269,7 +269,7 @@ To list the available fuzzing harnesses you can run;
$ cd tokio
$ cargo fuzz list
fuzz_linked_list
````
```
Running a fuzz test is as simple as;