aboutsummaryrefslogtreecommitdiff
path: root/.oh-my-zsh/plugins/cargo/README.md
diff options
context:
space:
mode:
Diffstat (limited to '.oh-my-zsh/plugins/cargo/README.md')
-rw-r--r--.oh-my-zsh/plugins/cargo/README.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/.oh-my-zsh/plugins/cargo/README.md b/.oh-my-zsh/plugins/cargo/README.md
deleted file mode 100644
index 5fa688d..0000000
--- a/.oh-my-zsh/plugins/cargo/README.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# cargo
-
-This plugin adds completion for the Rust build tool [`cargo`](https://github.com/rust-lang/cargo).
-
-To use it, add `cargo` to the plugins array in your zshrc file:
-
-```zsh
-plugins=(... cargo)
-```
-
-Updated on October 4th, 2016.