about summary refs log tree commit diff
path: root/src/docs/use_debug.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/docs/use_debug.txt')
-rw-r--r--src/docs/use_debug.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/docs/use_debug.txt b/src/docs/use_debug.txt
deleted file mode 100644
index 94d4a6fd29a..00000000000
--- a/src/docs/use_debug.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-### What it does
-Checks for use of `Debug` formatting. The purpose of this
-lint is to catch debugging remnants.
-
-### Why is this bad?
-The purpose of the `Debug` trait is to facilitate
-debugging Rust code. It should not be used in user-facing output.
-
-### Example
-```
-println!("{:?}", foo);
-```
\ No newline at end of file