about summary refs log tree commit diff
path: root/src/docs/multiple_crate_versions.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/docs/multiple_crate_versions.txt')
-rw-r--r--src/docs/multiple_crate_versions.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/docs/multiple_crate_versions.txt b/src/docs/multiple_crate_versions.txt
deleted file mode 100644
index cf2d2c6abee..00000000000
--- a/src/docs/multiple_crate_versions.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-### What it does
-Checks to see if multiple versions of a crate are being
-used.
-
-### Why is this bad?
-This bloats the size of targets, and can lead to
-confusing error messages when structs or traits are used interchangeably
-between different versions of a crate.
-
-### Known problems
-Because this can be caused purely by the dependencies
-themselves, it's not always possible to fix this issue.
-
-### Example
-```
-[dependencies]
-ctrlc = "=3.1.0"
-ansi_term = "=0.11.0"
-```
\ No newline at end of file