about summary refs log tree commit diff
path: root/src/docs/exit.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/docs/exit.txt')
-rw-r--r--src/docs/exit.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/docs/exit.txt b/src/docs/exit.txt
deleted file mode 100644
index 1e6154d43e0..00000000000
--- a/src/docs/exit.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-### What it does
-`exit()`  terminates the program and doesn't provide a
-stack trace.
-
-### Why is this bad?
-Ideally a program is terminated by finishing
-the main function.
-
-### Example
-```
-std::process::exit(0)
-```
\ No newline at end of file