summaryrefslogtreecommitdiffstats
path: root/zsh/oh-my-zsh/plugins/rust/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/oh-my-zsh/plugins/rust/README.md')
-rw-r--r--zsh/oh-my-zsh/plugins/rust/README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/zsh/oh-my-zsh/plugins/rust/README.md b/zsh/oh-my-zsh/plugins/rust/README.md
deleted file mode 100644
index e053644..0000000
--- a/zsh/oh-my-zsh/plugins/rust/README.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# rust
-
-This plugin adds completion for [`rustc`](https://doc.rust-lang.org/rustc/index.html), the compiler for the Rust programming language, as well as for `rustup` and `cargo` if you have the Rust toolchain installed.
-
-To use it, add `rust` to the plugins array in your zshrc file:
-
-```zsh
-plugins=(... rust)
-```