feat(fuzzing.md): make `halfempty` word a link
This commit is contained in:
parent
e1cb438d05
commit
c9ee46783a
|
|
@ -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,
|
these tools, post both the complete and minimized test cases. Generally,
|
||||||
*syntax-aware* tools give the best results in the least amount of time.
|
*syntax-aware* tools give the best results in the least amount of time.
|
||||||
[`treereduce-rust`][treereduce] and [picireny][picireny] are syntax-aware.
|
[`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
|
[halfempty]: https://github.com/googleprojectzero/halfempty
|
||||||
[picireny]: https://github.com/renatahodovan/picireny
|
[picireny]: https://github.com/renatahodovan/picireny
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue