feat(fuzzing.md): make `halfempty` word a link

This commit is contained in:
İsmail Arılık 2023-07-24 13:50:05 +03:00 committed by Tshepang Mbambo
parent e1cb438d05
commit c9ee46783a
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ to avoid introducing syntax, type-, and borrow-checking errors while using
these tools, post both the complete and minimized test cases. Generally,
*syntax-aware* tools give the best results in the least amount of time.
[`treereduce-rust`][treereduce] and [picireny][picireny] are syntax-aware.
`halfempty` is not, but is generally a high-quality tool.
[`halfempty`][halfempty] is not, but is generally a high-quality tool.
[halfempty]: https://github.com/googleprojectzero/halfempty
[picireny]: https://github.com/renatahodovan/picireny