[infer][PR] Fix the ppx_deriving issue URL

Summary:
Pretty trivial, but important in case GitHub will stop redirecting.
Pull Request resolved: https://github.com/facebook/infer/pull/1177

Differential Revision: D18347364

Pulled By: jvillard

fbshipit-source-id: b4e632780
master
Anton Kochkov 5 years ago committed by Facebook Github Bot
parent 43823266ec
commit 2e05f5ffdf

@ -152,7 +152,7 @@ module MF = MarkupFormatter
```
- Use `[@@deriving compare]` to write comparison functions whenever possible. Watch out for
[this issue](https://github.com/whitequark/ppx_deriving/issues/116) when writing
[this issue](https://github.com/ocaml-ppx/ppx_deriving/issues/116) when writing
`type nonrec t = t [@@deriving compare]`.
- Use `let equal_foo = [%compare.equal : foo]` to write equality functions whenever possible.

Loading…
Cancel
Save