summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorLynn C. Rees <lcrees@gmail.com>2017-11-10 10:13:36 -0700
committerAndreas Rumpf <rumpf_a@web.de>2017-11-10 18:13:36 +0100
commitae65368a65e1a300afc9f9051839fa25dd67d76e (patch)
tree86894c77877166deb574aede233610a70a0a4ef4 /doc
parentc7dbbe21070907ab683021767f95a945bcfcb966 (diff)
downloadNim-ae65368a65e1a300afc9f9051839fa25dd67d76e.tar.gz
Link to segfaults in docs (#6645)
Diffstat (limited to 'doc')
-rw-r--r--doc/lib.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lib.rst b/doc/lib.rst
index e32c2b6a9..069fcc87c 100644
--- a/doc/lib.rst
+++ b/doc/lib.rst
@@ -409,6 +409,9 @@ Miscellaneous
 * `unittest <unittest.html>`_
   Implements a Unit testing DSL.
 
+* `segfaults <segfaults.html>`_
+  Turns access violations or segfaults into a ``NilAccessError`` exception.
+
 Modules for JS backend
 ---------------------------