about summary refs log tree commit diff
path: root/src/docs/panic.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/docs/panic.txt')
-rw-r--r--src/docs/panic.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/docs/panic.txt b/src/docs/panic.txt
deleted file mode 100644
index f9bdc6e87cc..00000000000
--- a/src/docs/panic.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-### What it does
-Checks for usage of `panic!`.
-
-### Why is this bad?
-`panic!` will stop the execution of the executable
-
-### Example
-```
-panic!("even with a good reason");
-```
\ No newline at end of file