aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/debugging.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/debugging.md b/docs/debugging.md
index 85065fe32db..de6d997d3de 100644
--- a/docs/debugging.md
+++ b/docs/debugging.md
@@ -59,12 +59,4 @@ Note that for this to work you need to have `rr` in your `PATH`.
Also, note that this might generate a lot of traces, so you might want to delete
them when you're done. They're under `$HOME/.local/share/rr`.
-### Known gotchas
-
-If you use a Haswell processor that supports Hardware Lock Ellision, rr might
-not work for you. There's a `rr` [bug][rr-bug] open about this. Until that gets
-fixed, you can ensure that the `parking_lot` dependency isn't built with the
-`nightly` feature, which as of this writing is the only dependency that uses it.
-
[rr]: http://rr-project.org/
-[rr-bug]: https://github.com/mozilla/rr/issues/1883