diff options
| author | Sibi Prabakaran <sibi@psibi.in> | 2024-08-22 09:56:01 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-22 09:56:01 +0530 |
| commit | a529a4518120bd1c662edc31b82062f41bbfb990 (patch) | |
| tree | 07fd347f584663cc25c82b3b50680bdfda1fad9b | |
| parent | 527f8ff2b727d1c027965491ac88230bf2af24ed (diff) | |
| parent | d8b93f735905018ddc9b93d73454dbcae5081c53 (diff) | |
| download | rust-mode-a529a4518120bd1c662edc31b82062f41bbfb990.tar.gz | |
Merge pull request #553 from rust-lang/docs
rustic: Update new paths
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -55,7 +55,7 @@ trait definitions. See [Auto-completion](#auto-completion) below for tips on how to enable this. If you are missing features in rust-mode, please check out -[rustic](https://github.com/brotzeit/rustic) before you open a feature +[rustic](https://github.com/emacs-rustic/rustic) before you open a feature request. It depends on rust-mode and provides additional features. This allows us to keep rust-mode light-weight for users that are happy with basic functionality. @@ -266,7 +266,7 @@ post](https://www.badykov.com/emacs/2021/05/29/emacs-cargo-mode/). ### rustic -[rustic](https://github.com/brotzeit/rustic) is based on rust-mode, +[rustic](https://github.com/emacs-rustic/rustic) is based on rust-mode, extending it with other features such as integration with LSP and with flycheck. |
